Skip to content

Commit 52c0e0a

Browse files
committed
Ensure resolved bom is available before using it for Javadoc links
1 parent ab0c332 commit 52c0e0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-docs/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ dokkatoo {
202202
}
203203

204204
def aggregatedJavadoc = tasks.register('aggregatedJavadoc', Javadoc) {
205+
dependsOn configurations.resolvedBom
205206
destinationDir = project.file(project.layout.buildDirectory.dir("docs/javadoc"))
206207
options {
207208
author = true

0 commit comments

Comments
 (0)