Skip to content

Commit d2df75c

Browse files
authored
Merge pull request #200 from magott/jacoco-bump
Bump the Jacoco plugin allowing JDK11 builds
2 parents 079c227 + 4da9d8c commit d2df75c

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)