Skip to content

Commit 5b2e8bd

Browse files
committed
Remove Javadoc Links Plugin
1 parent 04382ab commit 5b2e8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ allprojects {
4343
options.addBooleanOption "Xdoclint:-missing", true
4444
failOnError = false
4545
options.links "https://square.github.io/okhttp/5.x/"
46-
options.links "https://docs.spring.io/spring-boot/${SpringBootPlugin.SPRING_BOOT_VERSION}/api/java/"
46+
options.links "https://docs.spring.io/spring-boot/3.4/api/java/"
4747
options.links "https://docs.spring.io/spring-framework/docs/6.2.x/javadoc-api/"
4848
}
4949

0 commit comments

Comments
 (0)