Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
2 years ago
by
KingRainbow44
Browse files
Options
Download
Email Patches
Plain Diff
Fix SLF4j issue
parent
80659f27
development
LintRatchet
stable
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.2-dev
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+5
-0
build.gradle
lib/java-express.jar
+0
-0
lib/java-express.jar
with
5 additions
and
0 deletions
+5
-0
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'
...
...
This diff is collapsed.
Click to expand it.
lib/java-express
-1.1.3
.jar
→
lib/java-express.jar
View file @
5f0c9203
No preview for this file type
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help