提交 da6e9c6d 编写于 作者: R Rossen Stoyanchev

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

Issue: SPR-16799
上级 7444a62f
...@@ -123,10 +123,14 @@ task docsZip(type: Zip, dependsOn: ['api', 'asciidoctor', 'dokka']) { ...@@ -123,10 +123,14 @@ task docsZip(type: Zip, dependsOn: ['api', 'asciidoctor', 'dokka']) {
into "javadoc-api" into "javadoc-api"
} }
from (asciidoctor.outputDir) { from ("$asciidoctor.outputDir/html5") {
into "spring-framework-reference" into "spring-framework-reference"
} }
from ("$asciidoctor.outputDir/pdf") {
into "spring-framework-reference/pdf"
}
from (dokka) { from (dokka) {
into "kdoc-api" into "kdoc-api"
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册