Unverified Commit 70e448d8 authored by KingRainbow44's avatar KingRainbow44
Browse files

Revert "Add the `lombok` Gradle plugin & run `delombok`"

This reverts commit 1f999113
parent 56ac097c
...@@ -99,7 +99,7 @@ dependencies { ...@@ -99,7 +99,7 @@ dependencies {
implementation group: 'io.javalin', name: 'javalin', version: '4.6.4' implementation group: 'io.javalin', name: 'javalin', version: '4.6.4'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.3' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.3'
protobuf files('proto/') protobuf files('proto/')
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'
...@@ -207,12 +207,6 @@ clean { ...@@ -207,12 +207,6 @@ clean {
} }
protobuf { protobuf {
generateProtoTasks {
all().each { task ->
task.enabled = false
}
}
protoc { protoc {
// The artifact spec for the Protobuf Compiler // The artifact spec for the Protobuf Compiler
artifact = 'com.google.protobuf:protoc:3.18.1' artifact = 'com.google.protobuf:protoc:3.18.1'
...@@ -261,8 +255,6 @@ javadoc { ...@@ -261,8 +255,6 @@ javadoc {
if(JavaVersion.current().isJava9Compatible()) { if(JavaVersion.current().isJava9Compatible()) {
options.addBooleanOption('html5', true) options.addBooleanOption('html5', true)
} }
source = delombok
} }
task injectGitHash { task injectGitHash {
......
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