소스 검색

SEC-3057: Add *.txt to dist zip

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

+ 1 - 0
build.gradle

@@ -146,6 +146,7 @@ task dist(type: Zip) {
     into(zipRootDir) {
         from(rootDir) {
             include '*.adoc'
+            include '*.txt'
         }
         into('docs') {
             with(project(':docs').apiSpec)