Browse Source

Fix location of README file for rpm/deb

The file suffix was changed but package building instructions were
missed.
Ryan Ernst 5 năm trước cách đây
mục cha
commit
1bffcf62a2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      distribution/packages/build.gradle

+ 1 - 1
distribution/packages/build.gradle

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