Temp: Disable javadoc.io for now

This commit is contained in:
Shane Freeder 2022-06-17 08:26:11 +01:00
parent e269a0a00b
commit b77fe3a42b
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Shane Freeder <theboyetronic@gmail.com>
Date: Fri, 17 Jun 2022 08:23:33 +0100
Subject: [PATCH] Temp: Disable javadoc.io for now
diff --git a/build.gradle.kts b/build.gradle.kts
index 435db1ffe47476bcb7067802faad7aee7e4c3f54..b86a044f04bcf3843e54b5d6d636f283b1701865 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -100,8 +100,8 @@ tasks.withType<Javadoc> {
options.isDocFilesSubDirs = true
options.links(
"https://guava.dev/releases/31.0.1-jre/api/docs/",
- "https://javadoc.io/doc/org.yaml/snakeyaml/1.30/",
- "https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/", // Paper - we don't want Java 5 annotations
+ //"https://javadoc.io/doc/org.yaml/snakeyaml/1.30/",
+ //"https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/", // Paper - we don't want Java 5 annotations
// Paper start
//"https://javadoc.io/doc/net.md-5/bungeecord-chat/1.16-R0.4/", // don't link to bungee chat
"https://jd.adventure.kyori.net/api/$adventureVersion/",