[ci skip] Add missing javadoc links (#9497)

This commit is contained in:
Jake Potrebic 2023-09-16 16:35:39 -07:00
parent 4d585e0587
commit 5e0a3d7ad0
4 changed files with 19 additions and 2 deletions

View file

@ -44,8 +44,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
- "https://javadoc.io/doc/org.jetbrains/annotations-java5/$annotationsVersion/",
+ "https://javadoc.io/doc/org.jetbrains/annotations/$annotationsVersion/", // Paper - we don't want Java 5 annotations
"https://javadoc.io/doc/net.md-5/bungeecord-chat/$bungeeCordChatVersion/",
+ // Paper start - add missing javadoc links
+ "https://javadoc.io/doc/org.joml/joml/1.10.5/index.html",
+ "https://www.javadoc.io/doc/com.google.code.gson/gson/2.10",
+ // Paper end
)
options.tags("apiNote:a:API Note:")
@@ -0,0 +0,0 @@ tasks.withType<Javadoc> {
}
}