Skip to content

Commit

Permalink
Enable JaCoCo and update it to the latest version (#1869)
Browse files Browse the repository at this point in the history
* Update and enable JaCoCo

* Changed argLine format
  • Loading branch information
Asapin committed Apr 23, 2023
1 parent a7ae936 commit eff613c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,15 +220,15 @@
<version>2.22.2</version>
<configuration>
<argLine>
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED
@{argLine} --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
</argLine>
</configuration>
</plugin>

<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<version>0.8.9</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit eff613c

Please sign in to comment.