Skip to content

Commit

Permalink
Link javadocs to FlowPoweredMath & GSON (#6)
Browse files Browse the repository at this point in the history
* Link javadocs to FlowPoweredMath & GSON

* Update build.gradle.kts
  • Loading branch information
TechnicJelle committed Feb 20, 2024
1 parent c7a9be4 commit 6cad751
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
)
}
}
Expand Down

0 comments on commit 6cad751

Please sign in to comment.