From 789d29b26b2cc05900e5c5c5776319e6aa3910f2 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 26 Oct 2015 14:10:10 -0500 Subject: [PATCH] SEC-3057: Add *.txt to dist zip --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 125a929846..8a52d9d06c 100644 --- a/build.gradle +++ b/build.gradle @@ -146,6 +146,7 @@ task dist(type: Zip) { into(zipRootDir) { from(rootDir) { include '*.adoc' + include '*.txt' } into('docs') { with(project(':docs').apiSpec)