We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a50e46 commit 70135f7Copy full SHA for 70135f7
build.gradle
@@ -85,7 +85,7 @@ dependencies {
85
includeInJar "commons-io:commons-io:2.20.0"
86
includeInJar "net.sf.jopt-simple:jopt-simple:5.0.4"
87
includeInJar "org.apache.logging.log4j:log4j-core:2.25.2"
88
- includeInJar "org.apache.logging.log4j:log4j-slf4j-impl:2.25.2"
+ includeInJar "org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2"
89
includeInJar "org.jline:jansi:3.30.6"
90
includeInJar("com.mojang:authlib:6.0.58") {
91
exclude group: "org.slf4j", module: "slf4j-api"
0 commit comments