Skip to content

Commit 127b140

Browse files
committed
Add javadoc links for Jooq and Netty
See gh-41614
1 parent 16f4516 commit 127b140

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,7 @@ bom {
10051005
}
10061006
links {
10071007
site("https://www.jooq.org")
1008+
javadoc("https://www.jooq.org/javadoc/{version}", "org.jooq")
10081009
docs("https://www.jooq.org/doc/{version}/manual-single-page")
10091010
releaseNotes("https://github.com/jOOQ/jOOQ/releases/tag/version-{version}")
10101011
}
@@ -1561,6 +1562,7 @@ bom {
15611562
}
15621563
links {
15631564
site("https://netty.io")
1565+
javadoc(version -> "https://netty.io/%s.%s/api".formatted(version.major(), version.minor()), "io.netty")
15641566
}
15651567
}
15661568
library("OkHttp", "4.12.0") {

0 commit comments

Comments
 (0)