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.
1 parent ab0c332 commit 52c0e0aCopy full SHA for 52c0e0a
spring-boot-project/spring-boot-docs/build.gradle
@@ -202,6 +202,7 @@ dokkatoo {
202
}
203
204
def aggregatedJavadoc = tasks.register('aggregatedJavadoc', Javadoc) {
205
+ dependsOn configurations.resolvedBom
206
destinationDir = project.file(project.layout.buildDirectory.dir("docs/javadoc"))
207
options {
208
author = true
0 commit comments