mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-10-31 18:07:12 +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"
|
||||
links(
|
||||
"https://javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.2/",
|
||||
"https://jd.adventure.kyori.net/api/4.9.3/",
|
||||
"https://javadoc.io/doc/org.apache.logging.log4j/log4j-api/2.14.1/",
|
||||
"https://jd.adventure.kyori.net/api/latest/",
|
||||
"https://javadoc.io/doc/org.apache.logging.log4j/log4j-api/latest/index.html",
|
||||
"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/default-impl/0.5.7/",
|
||||
|
@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
# Minecraft expectations
|
||||
fastutil = "8.5.6"
|
||||
log4j = "2.17.0"
|
||||
log4j = "2.17.1"
|
||||
guava = "31.0.1-jre"
|
||||
gson = "2.8.9"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user