mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-09-10 08:48:56 +03:00
Revert "Add the lombok
Gradle plugin & run delombok
"
This reverts commit 1f999113
This commit is contained in:
@@ -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 {
|
|||||||
if(JavaVersion.current().isJava9Compatible()) {
|
if(JavaVersion.current().isJava9Compatible()) {
|
||||||
options.addBooleanOption('html5', true)
|
options.addBooleanOption('html5', true)
|
||||||
}
|
}
|
||||||
|
|
||||||
source = delombok
|
|
||||||
}
|
}
|
||||||
|
|
||||||
task injectGitHash {
|
task injectGitHash {
|
||||||
|
Reference in New Issue
Block a user