mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-01 02:17:11 +00:00
Update log4j version, update jd links to use "latest"
This commit is contained in:
parent
1a281badc2
commit
48e2953910
@ -60,8 +60,8 @@ fun Project.applyCommonJavaConfiguration(sourcesJar: Boolean, banSlf4j: Boolean
|
|||||||
options.encoding = "UTF-8"
|
options.encoding = "UTF-8"
|
||||||
links(
|
links(
|
||||||
"https://javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.2/",
|
"https://javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.2/",
|
||||||
"https://jd.adventure.kyori.net/api/4.9.3/",
|
"https://jd.adventure.kyori.net/api/latest/",
|
||||||
"https://javadoc.io/doc/org.apache.logging.log4j/log4j-api/2.14.1/",
|
"https://javadoc.io/doc/org.apache.logging.log4j/log4j-api/latest/index.html",
|
||||||
"https://www.antlr.org/api/Java/",
|
"https://www.antlr.org/api/Java/",
|
||||||
"https://docs.enginehub.org/javadoc/org.enginehub.piston/core/0.5.7/",
|
"https://docs.enginehub.org/javadoc/org.enginehub.piston/core/0.5.7/",
|
||||||
"https://docs.enginehub.org/javadoc/org.enginehub.piston/default-impl/0.5.7/",
|
"https://docs.enginehub.org/javadoc/org.enginehub.piston/default-impl/0.5.7/",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[versions]
|
[versions]
|
||||||
# Minecraft expectations
|
# Minecraft expectations
|
||||||
fastutil = "8.5.6"
|
fastutil = "8.5.6"
|
||||||
log4j = "2.17.0"
|
log4j = "2.17.1"
|
||||||
guava = "31.0.1-jre"
|
guava = "31.0.1-jre"
|
||||||
gson = "2.8.9"
|
gson = "2.8.9"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user