Skip to content

Commit 97a651e

Browse files
committed
Move Javadoc from "javadoc-api" to "api" folder
1 parent 46f210b commit 97a651e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-graphql-docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ task docsZip(type: Zip, dependsOn: ['api', 'asciidoctor']) {
129129
description = "Builds -${archiveClassifier} archive containing api and reference " +
130130
"for deployment at https://docs.spring.io/spring-graphql/docs."
131131
from (api) {
132-
into "javadoc-api"
132+
into "api"
133133
}
134134
from ("$asciidoctor.outputDir") {
135135
into "reference/html"

0 commit comments

Comments
 (0)