mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-05 10:12:36 +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) {
|
||||
from(rootDir) {
|
||||
include '*.adoc'
|
||||
include '*.txt'
|
||||
}
|
||||
into('docs') {
|
||||
with(project(':docs').apiSpec)
|
||||
|
Loading…
x
Reference in New Issue
Block a user