Commit 5f0c9203 authored by KingRainbow44's avatar KingRainbow44
Browse files

Fix SLF4j issue

parent 80659f27
......@@ -61,6 +61,7 @@ dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.32'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.2.9'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.9'
implementation group: 'io.netty', name: 'netty-all', version: '4.1.71.Final'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.8'
......@@ -81,6 +82,10 @@ dependencies {
protobuf files('proto/')
}
configurations.all {
exclude group: 'org.slf4j', module: 'slf4j'
}
application {
// Define the main class for the application
mainClassName = 'emu.grasscutter.Grasscutter'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment