Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
efa414a4
Commit
efa414a4
authored
Sep 25, 2018
by
Alexander Weigl
Browse files
back to release version of lombok
parent
2b1c7684
Pipeline
#28164
passed with stages
in 2 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
efa414a4
plugins
{
// id 'io.franzbecker.gradle-lombok' version '1.14' apply false
id
"com.github.ben-manes.versions"
version
"0.17.0"
}
...
...
@@ -43,7 +42,6 @@ subprojects {
compile
group:
'org.apache.logging.log4j'
,
name:
'log4j-api'
,
version:
'2.11.0'
compile
group:
'org.apache.logging.log4j'
,
name:
'log4j-core'
,
version:
'2.11.0'
testCompile
group:
'junit'
,
name:
'junit'
,
version:
'4.12'
//compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.16.20'
compileOnly
files
(
"$rootDir/lombok-edge.jar"
)
compileOnly
group:
'org.projectlombok'
,
name:
'lombok'
,
version:
'1.16.20'
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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