Skip to content

Commit

Permalink
Fix location of README file for rpm/deb
Browse files Browse the repository at this point in the history
The file suffix was changed but package building instructions were
missed.
  • Loading branch information
rjernst committed Dec 19, 2019
1 parent 150dc00 commit 1f9418b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/packages/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Closure commonPackageConfig(String type, boolean oss, boolean jdk) {
with binFiles(type, oss, jdk)
}
from(rootProject.projectDir) {
include 'README.textile'
include 'README.asciidoc'
fileMode 0644
}
into('lib') {
Expand Down

0 comments on commit 1f9418b

Please sign in to comment.