mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-06 18:52:13 +00:00
SEC-3057: Add *.txt to dist zip
This commit is contained in:
parent
29632ee9ea
commit
789d29b26b
@ -146,6 +146,7 @@ task dist(type: Zip) {
|
|||||||
into(zipRootDir) {
|
into(zipRootDir) {
|
||||||
from(rootDir) {
|
from(rootDir) {
|
||||||
include '*.adoc'
|
include '*.adoc'
|
||||||
|
include '*.txt'
|
||||||
}
|
}
|
||||||
into('docs') {
|
into('docs') {
|
||||||
with(project(':docs').apiSpec)
|
with(project(':docs').apiSpec)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user