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