mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 21:56:09 +00:00
Add more lombok to keep VSCode happy
This commit is contained in:
parent
d3012d0f1b
commit
7d709c3b18
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