mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
Link to JOML/Jetbrains Annotations, update Guava link (#2614)
* Link to JOML, update Guava link * Also add Jetbrains Annotations
This commit is contained in:
parent
28e2c05fc9
commit
51f6ee1127
1 changed files with 3 additions and 1 deletions
|
@ -298,7 +298,7 @@ javadoc {
|
|||
charSet = "UTF-8"
|
||||
memberLevel = JavadocMemberLevel.PACKAGE
|
||||
links(
|
||||
"https://guava.dev/releases/31.0-jre/api/docs/",
|
||||
"https://guava.dev/releases/31.1-jre/api/docs/",
|
||||
"https://asm.ow2.io/javadoc/",
|
||||
"https://docs.oracle.com/en/java/javase/17/docs/api/",
|
||||
"https://jenkins.liteloader.com/job/Mixin/javadoc/",
|
||||
|
@ -307,7 +307,9 @@ javadoc {
|
|||
"https://netty.io/4.1/api/",
|
||||
"https://javadoc.lwjgl.org/",
|
||||
"https://www.javadoc.io/doc/com.google.code.gson/gson/2.9.1/",
|
||||
"https://javadoc.io/doc/org.jetbrains/annotations/latest/",
|
||||
"https://fastutil.di.unimi.it/docs/",
|
||||
"https://javadoc.scijava.org/JOML/",
|
||||
"https://maven.fabricmc.net/docs/yarn-${rootProject.minecraft_version}${project.yarn_version}/"
|
||||
)
|
||||
// Disable the crazy super-strict doclint tool in Java 8
|
||||
|
|
Loading…
Reference in a new issue