Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
70e448d8
Unverified
Commit
70e448d8
authored
Jan 15, 2023
by
KingRainbow44
Browse files
Revert "Add the `lombok` Gradle plugin & run `delombok`"
This reverts commit
1f999113
parent
56ac097c
Changes
1
Show whitespace changes
Inline
Side-by-side
build.gradle
View file @
70e448d8
...
...
@@ -207,12 +207,6 @@ clean {
}
protobuf
{
generateProtoTasks
{
all
().
each
{
task
->
task
.
enabled
=
false
}
}
protoc
{
// The artifact spec for the Protobuf Compiler
artifact
=
'com.google.protobuf:protoc:3.18.1'
...
...
@@ -261,8 +255,6 @@ javadoc {
if
(
JavaVersion
.
current
().
isJava9Compatible
())
{
options
.
addBooleanOption
(
'html5'
,
true
)
}
source
=
delombok
}
task
injectGitHash
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment