We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811497b commit f677e26Copy full SHA for f677e26
api/build.gradle
@@ -42,9 +42,9 @@ javadoc {
42
options.charSet = 'UTF-8'
43
options.links(
44
'https://hub.spigotmc.org/javadocs/spigot/',
45
- 'https://jd.papermc.io/waterfall/1.19/', // Use Waterfall's JavaDocs instead of Bungee's since those are broken
46
- 'https://docs.oracle.com/en/java/javase/11/docs/api//',
47
- 'https://jd.adventure.kyori.net/api/4.11.0/'
+ 'https://jd.papermc.io/waterfall/1.21/', // Use Waterfall's JavaDocs instead of Bungee's since those are broken
+ 'https://docs.oracle.com/en/java/javase/21/docs/api/',
+ 'https://jd.advntr.dev/text-minimessage/4.26.1/'
48
)
49
50
// Disable the crazy super-strict doclint tool in Java 8
0 commit comments