We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78cf743 + 611240c commit 0351e33Copy full SHA for 0351e33
spring-boot-project/spring-boot-docs/build.gradle
@@ -201,6 +201,7 @@ dokkatoo {
201
}
202
203
def aggregatedJavadoc = tasks.register('aggregatedJavadoc', Javadoc) {
204
+ dependsOn configurations.resolvedBom
205
destinationDir = project.file(project.layout.buildDirectory.dir("docs/javadoc"))
206
options {
207
author = true
0 commit comments