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
40dcde66
Commit
40dcde66
authored
Jun 25, 2022
by
AnimeGitB
Committed by
Melledy
Jun 25, 2022
Browse files
Add more lombok to keep VSCode happy
parent
9425f672
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
40dcde66
...
@@ -78,4 +78,5 @@ BuildConfig.java
...
@@ -78,4 +78,5 @@ BuildConfig.java
# macOS
# macOS
.DS_Store
.DS_Store
.directory
data/hk4e/announcement/
data/hk4e/announcement/
build.gradle
View file @
40dcde66
...
@@ -93,6 +93,8 @@ dependencies {
...
@@ -93,6 +93,8 @@ dependencies {
compileOnly
'org.projectlombok:lombok:1.18.24'
compileOnly
'org.projectlombok:lombok:1.18.24'
annotationProcessor
'org.projectlombok:lombok:1.18.24'
annotationProcessor
'org.projectlombok:lombok:1.18.24'
testCompileOnly
'org.projectlombok:lombok:1.18.24'
testAnnotationProcessor
'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