Task "docsZip" copies duplicate reference files

Specify task "docsZip" source directory.
Issue: SPR-16789
This commit is contained in:
nkjackzhang 2018-05-03 15:21:07 +08:00 committed by Rossen Stoyanchev
parent 51325afbcc
commit cdf483fd50
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ task docsZip(type: Zip, dependsOn: ['api', 'asciidoctor', 'dokka']) {
into "javadoc-api"
}
from (asciidoctor) {
from (asciidoctor.outputDir) {
into "spring-framework-reference"
}