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
e131c3c5
Commit
e131c3c5
authored
May 13, 2022
by
KingRainbow44
Browse files
Add `lombok`
parent
03a28762
Changes
1
Show whitespace changes
Inline
Side-by-side
build.gradle
View file @
e131c3c5
...
@@ -86,6 +86,9 @@ dependencies {
...
@@ -86,6 +86,9 @@ dependencies {
implementation
group:
'org.luaj'
,
name:
'luaj-jse'
,
version:
'3.0.1'
implementation
group:
'org.luaj'
,
name:
'luaj-jse'
,
version:
'3.0.1'
protobuf
files
(
'proto/'
)
protobuf
files
(
'proto/'
)
compileOnly
'org.projectlombok:lombok:1.18.24'
annotationProcessor
'org.projectlombok:lombok:1.18.24'
}
}
configurations
.
all
{
configurations
.
all
{
...
...
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