mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-13 07:25:08 +01:00
Add more lombok to keep VSCode happy
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -78,4 +78,5 @@ BuildConfig.java
|
|||||||
|
|
||||||
# macOS
|
# macOS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.directory
|
||||||
data/hk4e/announcement/
|
data/hk4e/announcement/
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user