Update build.gradle.kts

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

View File

@ -87,7 +87,7 @@ tasks.javadoc {
links(
"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/",
"https://javadoc.io/doc/com.google.code.gson/gson/2.8.0/",
)
}
}