소스 검색

SEC-2924: Add README.adoc in -dist.zip

Rob Winch 10 년 전
부모
커밋
eceb6a3587
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -145,7 +145,7 @@ task dist(type: Zip) {
     def zipRootDir = "${project.name}-$version"
     into(zipRootDir) {
         from(rootDir) {
-            include '*.txt'
+            include '*.adoc'
         }
         into('docs') {
             with(project(':docs').apiSpec)