1
0
mirror of synced 2026-07-20 01:55:08 +00:00

SEC-3057: Add *.txt to dist zip

This commit is contained in:
Rob Winch
2015-10-26 14:10:10 -05:00
parent 29632ee9ea
commit 789d29b26b
+1
View File
@@ -146,6 +146,7 @@ task dist(type: Zip) {
into(zipRootDir) {
from(rootDir) {
include '*.adoc'
include '*.txt'
}
into('docs') {
with(project(':docs').apiSpec)