Skip to content

Commit ec873a3

Browse files
committed
Fixed compile issue in java 14 environment
1 parent a5ca762 commit ec873a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.java-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.0
1+
system

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
apply plugin: 'jacoco'
1111

1212
jacoco {
13-
toolVersion = "0.8.2"
13+
toolVersion = "0.8.6"
1414
}
1515

1616
group = 'io.specto'
@@ -50,7 +50,7 @@ dependencies {
5050
testCompile 'org.eclipse.jetty:jetty-server:9.3.11.v20160721'
5151
testCompile 'org.skyscreamer:jsonassert:1.5.0'
5252
testCompile 'org.mockito:mockito-core:2.23.4'
53-
testCompile 'org.powermock:powermock-module-junit4:1.7.4'
53+
testCompile 'org.powermock:powermock-module-junit4:2.0.9'
5454
testCompile 'com.github.stefanbirkner:system-rules:1.19.0'
5555
testCompile 'io.projectreactor.ipc:reactor-netty:0.7.12.RELEASE'
5656
testCompile 'io.projectreactor:reactor-test:3.2.3.RELEASE'

0 commit comments

Comments
 (0)