Skip to content

Commit edb3333

Browse files
nkjackzhangrstoyanchev
authored andcommitted
Task "docsZip" copies duplicate reference files
Specify task "docsZip" source directory. Issue: SPR-16789
1 parent a63f04d commit edb3333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/docs.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ task docsZip(type: Zip, dependsOn: ['api', 'asciidoctor', 'dokka']) {
123123
into "javadoc-api"
124124
}
125125

126-
from (asciidoctor) {
126+
from (asciidoctor.outputDir) {
127127
into "spring-framework-reference"
128128
}
129129

0 commit comments

Comments
 (0)