diff --git a/spring-boot-project/spring-boot-docs/build.gradle b/spring-boot-project/spring-boot-docs/build.gradle index 35be142fabd..98d4eb5246a 100644 --- a/spring-boot-project/spring-boot-docs/build.gradle +++ b/spring-boot-project/spring-boot-docs/build.gradle @@ -201,6 +201,7 @@ dokkatoo { } def aggregatedJavadoc = tasks.register('aggregatedJavadoc', Javadoc) { + dependsOn configurations.resolvedBom destinationDir = project.file(project.layout.buildDirectory.dir("docs/javadoc")) options { author = true