Skip to content

Commit

Permalink
Issue 3065: Upgrade tools in order to support JDK 10 (pravega#3066)
Browse files Browse the repository at this point in the history
* Upgrades JaCoCo to 0.8.2
* Upgrades Mockito to 2.23.0
* Upgrades Lombok to 1.18.4
* Sets lombok.anyConstructor.addConstructorProperties=true

Signed-off-by: Enrico Olivelli <[email protected]>
  • Loading branch information
eolivelli authored and fpj committed Nov 30, 2018
1 parent a65436b commit daeac3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ jaxbVersion=2.3.0
javaxAnnotationVersion=1.3.2
jerseyVersion=2.26
junitVersion=4.12
lombokVersion=1.16.18
lombokVersion=1.18.4
marathonClientVersion=0.6.0
metrics3StatsdVersion=4.2.0
metricsVersion=3.2.5
metricsGangliaVersion=1.0.10
mockitoVersion=2.10.0
mockitoVersion=2.23.0
jacocoVersion=0.8.2
#Check issue in https://github.com/pravega/pravega/pull/2146 before when upgrading netty
nettyVersion=4.1.16.Final
nettyBoringSSLVersion=2.0.8.Final
Expand Down
3 changes: 3 additions & 0 deletions gradle/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
*
*/
plugins.withId('jacoco') {
jacoco {
toolVersion = jacocoVersion
}
jacocoTestReport {
reports {
xml.enabled true
Expand Down
3 changes: 3 additions & 0 deletions lombok.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
config.stopBubbling = true
lombok.extern.findbugs.addSuppressFBWarnings = true
#see https://github.com/rzwitserloot/lombok/issues/1612
lombok.anyConstructor.addConstructorProperties=true

0 comments on commit daeac3c

Please sign in to comment.