Skip to content

Commit 1bffcf6

Browse files
committed
Fix location of README file for rpm/deb
The file suffix was changed but package building instructions were missed.
1 parent 5ea0121 commit 1bffcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/packages/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Closure commonPackageConfig(String type, boolean oss, boolean jdk) {
131131
with binFiles(type, oss, jdk)
132132
}
133133
from(rootProject.projectDir) {
134-
include 'README.textile'
134+
include 'README.asciidoc'
135135
fileMode 0644
136136
}
137137
into('lib') {

0 commit comments

Comments
 (0)