mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
SEC-2924: Add README.adoc in -dist.zip
This commit is contained in:
parent
c4a1f1b4a8
commit
eceb6a3587
@ -145,7 +145,7 @@ task dist(type: Zip) {
|
|||||||
def zipRootDir = "${project.name}-$version"
|
def zipRootDir = "${project.name}-$version"
|
||||||
into(zipRootDir) {
|
into(zipRootDir) {
|
||||||
from(rootDir) {
|
from(rootDir) {
|
||||||
include '*.txt'
|
include '*.adoc'
|
||||||
}
|
}
|
||||||
into('docs') {
|
into('docs') {
|
||||||
with(project(':docs').apiSpec)
|
with(project(':docs').apiSpec)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user