Add more lombok to keep VSCode happy

This commit is contained in:
AnimeGitB 2022-06-25 22:49:32 +09:30 committed by Melledy
parent 9425f672e0
commit 40dcde66e4
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -78,4 +78,5 @@ BuildConfig.java
# macOS
.DS_Store
.directory
data/hk4e/announcement/

View File

@ -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 {