[ci skip] Add missing javadoc links (#9497)
This commit is contained in:
@@ -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> {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user