mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
missed one of the links
This commit is contained in:
@@ -5,10 +5,10 @@ Subject: [PATCH] temporarily comment out javadoc.io links in javadoc
|
||||
|
||||
|
||||
diff --git a/build.gradle.kts b/build.gradle.kts
|
||||
index f22c0403729b3554ff769b06f7455516b15fd974..a9d72a065ad49df766345179b8ffaa785cbd6c91 100644
|
||||
index f22c0403729b3554ff769b06f7455516b15fd974..9ee4cc8afc99dd4da9f76bb7fb6740f5e715c1cc 100644
|
||||
--- a/build.gradle.kts
|
||||
+++ b/build.gradle.kts
|
||||
@@ -117,11 +117,11 @@ tasks.withType<Javadoc> {
|
||||
@@ -117,12 +117,12 @@ tasks.withType<Javadoc> {
|
||||
options.isDocFilesSubDirs = true
|
||||
options.links(
|
||||
"https://guava.dev/releases/32.1.2-jre/api/docs/",
|
||||
@@ -19,10 +19,12 @@ index f22c0403729b3554ff769b06f7455516b15fd974..a9d72a065ad49df766345179b8ffaa78
|
||||
// "https://javadoc.io/doc/net.md-5/bungeecord-chat/$bungeeCordChatVersion/", // Paper - don't link to bungee chat
|
||||
// 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.1",
|
||||
+ // "https://javadoc.io/doc/org.joml/joml/1.10.5/index.html", // Purpur
|
||||
"https://www.javadoc.io/doc/com.google.code.gson/gson/2.10.1",
|
||||
+ // "https://www.javadoc.io/doc/com.google.code.gson/gson/2.10.1", // Purpur
|
||||
// Paper end
|
||||
// Paper start
|
||||
"https://jd.advntr.dev/api/$adventureVersion/",
|
||||
@@ -131,10 +131,10 @@ tasks.withType<Javadoc> {
|
||||
"https://jd.advntr.dev/text-serializer-legacy/$adventureVersion/",
|
||||
"https://jd.advntr.dev/text-serializer-plain/$adventureVersion/",
|
||||
|
||||
Reference in New Issue
Block a user