Skip to content

Commit 4da9d8c

Browse files
committed
Bump the Jacoco plugin to latest version to allow building project with Jdk 11
1 parent 079c227 commit 4da9d8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.jacoco</groupId>
7676
<artifactId>jacoco-maven-plugin</artifactId>
77-
<version>0.7.7.201606060606</version>
77+
<version>0.8.2</version>
7878
<configuration>
7979
<propertyName>jacoco.agent.argLine</propertyName>
8080
</configuration>

toolkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.jacoco</groupId>
9797
<artifactId>jacoco-maven-plugin</artifactId>
98-
<version>0.7.7.201606060606</version>
98+
<version>0.8.2</version>
9999
<configuration>
100100
<propertyName>jacoco.agent.argLine</propertyName>
101101
</configuration>

0 commit comments

Comments
 (0)