Link javadocs to FlowPoweredMath & GSON (#6)

* Link javadocs to FlowPoweredMath & GSON

* Update build.gradle.kts
This commit is contained in:
TechnicJelle 2024-02-20 01:15:43 +01:00 committed by GitHub
parent c7a9be42ad
commit 6cad751ac5
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://javadoc.io/doc/com.google.code.gson/gson/2.8.0/",
)
}
}