Browse Source

SEC-3057: Add *.txt to dist zip

Rob Winch 9 năm trước cách đây
mục cha
commit
789d29b26b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)