Fix javadoc links (#3745)

This commit is contained in:
apple502j 2023-11-28 17:59:28 +09:00 committed by GitHub
parent 153266ff0f
commit 09cfdfabcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ To use yarn-deobfuscated Minecraft for Minecraft modding or as a dependency in a
To obtain a deobfuscated Minecraft jar, [`./gradlew mapNamedJar`](#mapNamedJar) will generate a jar named like `<minecraft version>-named.jar`, which can be sent to a decompiler for deobfuscated code.
Please note to run the yarn build script **Java 16** or higher is required!
Please note to run the yarn build script **Java 17** or higher is required!
## Contributing

View File

@ -480,7 +480,7 @@ javadoc {
links(
'https://guava.dev/releases/32.1.2-jre/api/docs/',
'https://www.javadoc.io/doc/com.google.code.gson/gson/2.10.1/',
'https://logging.apache.org/log4j/2.x/log4j-api/apidocs/',
'https://logging.apache.org/log4j/2.x/javadoc/log4j-api/',
'https://www.slf4j.org/apidocs/',
"https://javadoc.io/doc/org.jetbrains/annotations/${project.jetbrains_annotations_version}/",
'https://javadoc.lwjgl.org/',

View File

@ -10,7 +10,7 @@ name_proposal_version=0.1.5
asm_version=9.5
# Javadoc generation/linking
fabric_loader_version=0.14.14
fabric_loader_version=0.14.25
jetbrains_annotations_version=23.0.0
mappingpoet_version=0.3.2