We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fcc02 commit 2c38102Copy full SHA for 2c38102
api/build.gradle.kts
@@ -72,8 +72,9 @@ tasks {
72
"https://google.github.io/guice/api-docs/${libs.guice.get().version}/javadoc/",
73
"https://docs.oracle.com/en/java/javase/17/docs/api/",
74
"https://jd.advntr.dev/api/${libs.adventure.bom.get().version}/",
75
- "https://javadoc.io/doc/com.github.ben-manes.caffeine/caffeine/${libs.caffeine.get().version}/"
+ "https://jd.advntr.dev/text-minimessage/${libs.adventure.bom.get().version}/",
76
"https://jd.advntr.dev/key/${libs.adventure.bom.get().version}/",
77
+ "https://javadoc.io/doc/com.github.ben-manes.caffeine/caffeine/${libs.caffeine.get().version}/",
78
)
79
80
o.tags(
0 commit comments