Skip to content

Commit 1f9418b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/packages/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Closure commonPackageConfig(String type, boolean oss, boolean jdk) {
132132
with binFiles(type, oss, jdk)
133133
}
134134
from(rootProject.projectDir) {
135-
include 'README.textile'
135+
include 'README.asciidoc'
136136
fileMode 0644
137137
}
138138
into('lib') {

0 commit comments

Comments
 (0)