Restore layout of docs zip with index.html at the top

Issue: SPR-16799
This commit is contained in:
Rossen Stoyanchev
2018-05-09 17:28:10 -04:00
parent 4ec695b4d9
commit e9f4dec08c

View File

@@ -123,10 +123,14 @@ task docsZip(type: Zip, dependsOn: ['api', 'asciidoctor', 'dokka']) {
into "javadoc-api"
}
from (asciidoctor.outputDir) {
from ("$asciidoctor.outputDir/html5") {
into "spring-framework-reference"
}
from ("$asciidoctor.outputDir/pdf") {
into "spring-framework-reference/pdf"
}
from (dokka) {
into "kdoc-api"
}