mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-01 01:30:00 -04:00
Remove 3rd party JD links (#2752)
- They are unstable, when any one of these sites goes down it fails the whole build. And leads to dead links in our javadoc's
- A lot of them are not for the specific version being used.
I will revist this to find a better longer term solution soon. 👍
This commit is contained in:
parent
996b7d73fc
commit
0db3bc5ba9
1 changed files with 0 additions and 12 deletions
12
build.gradle
12
build.gradle
|
@ -312,18 +312,6 @@ javadoc {
|
|||
charSet = "UTF-8"
|
||||
memberLevel = JavadocMemberLevel.PACKAGE
|
||||
links(
|
||||
"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/",
|
||||
"https://logging.apache.org/log4j/2.x/log4j-api/apidocs/",
|
||||
"https://www.slf4j.org/apidocs/",
|
||||
"https://netty.io/4.1/api/",
|
||||
"https://javadoc.lwjgl.org/",
|
||||
"https://www.javadoc.io/doc/com.google.code.gson/gson/2.10/",
|
||||
"https://javadoc.io/doc/org.jetbrains/annotations/latest/",
|
||||
"https://javadoc.io/doc/it.unimi.dsi/fastutil/",
|
||||
"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…
Add table
Reference in a new issue