SEC-3057: Add *.txt to dist zip
This commit is contained in:
@@ -146,6 +146,7 @@ task dist(type: Zip) {
|
||||
into(zipRootDir) {
|
||||
from(rootDir) {
|
||||
include '*.adoc'
|
||||
include '*.txt'
|
||||
}
|
||||
into('docs') {
|
||||
with(project(':docs').apiSpec)
|
||||
|
||||
Reference in New Issue
Block a user