mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +01:00
Add external javadoc links
This commit is contained in:
parent
3d2d3868a3
commit
43069a02a7
@ -47,6 +47,8 @@ allprojects {
|
|||||||
options {
|
options {
|
||||||
destinationDir(file("docs"))
|
destinationDir(file("docs"))
|
||||||
addBooleanOption('html5', true)
|
addBooleanOption('html5', true)
|
||||||
|
links "https://jd.adventure.kyori.net/api/$adventureVersion/"
|
||||||
|
links "https://docs.oracle.com/en/java/javase/11/docs/api/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user