Add lombok

This commit is contained in:
KingRainbow44 2022-05-13 11:37:17 -04:00
parent 68e6de8ebb
commit f1a64d07cf
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -86,6 +86,9 @@ dependencies {
implementation group: 'org.luaj', name: 'luaj-jse', version: '3.0.1'
protobuf files('proto/')
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
}
configurations.all {