소스 검색

Fix location of README file for rpm/deb

The file suffix was changed but package building instructions were
missed.
Ryan Ernst 5 년 전
부모
커밋
1bffcf62a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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') {