Fix location of README file for rpm/deb

The file suffix was changed but package building instructions were
missed.
This commit is contained in:
Ryan Ernst 2019-12-19 12:56:06 -08:00
parent 387139a3fd
commit 43901b3ef8
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,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') {