Link javadocs to FlowPoweredMath & GSON

This commit is contained in:
TechnicJelle 2024-02-20 00:53:17 +01:00 committed by GitHub
parent c7a9be42ad
commit 6f3a172424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -85,7 +85,9 @@ tasks.javadoc {
options {
(this as? StandardJavadocDocletOptions)?.apply {
links(
"https://docs.oracle.com/javase/8/docs/api/"
"https://docs.oracle.com/javase/8/docs/api/",
"https://javadoc.io/doc/com.flowpowered/flow-math/1.0.3/",
"https://www.javadoc.io/doc/com.google.code.gson/gson/2.8.0/",
)
}
}