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
bce8fb00
Commit
bce8fb00
authored
Apr 24, 2022
by
Melledy
Committed by
GitHub
Apr 24, 2022
Browse files
Merge pull request #190 from RimuruChan/patch-1
Update build.gradle
parents
b6d8dd0d
46d89f5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
bce8fb00
...
...
@@ -25,12 +25,12 @@ dependencies {
implementation
fileTree
(
dir:
'lib'
,
include:
[
'*.jar'
])
implementation
group:
'org.slf4j'
,
name:
'slf4j-api'
,
version:
'1.7.32'
implementation
group:
'ch.qos.logback'
,
name:
'logback-core'
,
version:
'1.2.
6
'
implementation
group:
'ch.qos.logback'
,
name:
'logback-classic'
,
version:
'1.2.
6
'
implementation
group:
'io.netty'
,
name:
'netty-all'
,
version:
'4.1.
69
.Final'
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'
implementation
group:
'com.google.protobuf'
,
name:
'protobuf-java'
,
version:
'3.18.
1
'
implementation
group:
'com.google.protobuf'
,
name:
'protobuf-java'
,
version:
'3.18.
2
'
implementation
group:
'org.reflections'
,
name:
'reflections'
,
version:
'0.10.2'
...
...
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