mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-21 20:08:18 +00:00
Add more lombok to keep VSCode happy
This commit is contained in:
parent
9425f672e0
commit
40dcde66e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -78,4 +78,5 @@ BuildConfig.java
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
.directory
|
||||
data/hk4e/announcement/
|
||||
|
@ -93,6 +93,8 @@ dependencies {
|
||||
|
||||
compileOnly '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 {
|
||||
|
Loading…
Reference in New Issue
Block a user