Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
5f0c9203
Commit
5f0c9203
authored
Apr 30, 2022
by
KingRainbow44
Browse files
Fix SLF4j issue
parent
80659f27
Changes
2
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
5f0c9203
...
...
@@ -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'
...
...
lib/java-express
-1.1.3
.jar
→
lib/java-express.jar
View file @
5f0c9203
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment