chore: Implement missing Paper Javadocs references
This commit is contained in:
parent
50c57bc1fc
commit
1a167398bc
@ -19,6 +19,11 @@ tasks {
|
||||
}
|
||||
javadoc {
|
||||
options.encoding = Charsets.UTF_8.name()
|
||||
(options as StandardJavadocDocletOptions).links(
|
||||
"https://jd.adventure.kyori.net/api/4.11.0/",
|
||||
"https://jd.adventure.kyori.net/text-minimessage/4.11.0/",
|
||||
"https://jd.papermc.io/paper/1.19/"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user