Commit 40dcde66 authored by AnimeGitB's avatar AnimeGitB Committed by Melledy
Browse files

Add more lombok to keep VSCode happy

parent 9425f672
...@@ -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/
...@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment