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

View File

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