Fix Jacoco

This commit is contained in:
tastybento 2023-02-25 11:26:29 -08:00
parent 1e46098d39
commit ed52ac4cce
1 changed files with 2 additions and 1 deletions

View File

@ -284,6 +284,7 @@
<version>3.0.0-M5</version>
<configuration>
<argLine>
${argLine}
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.math=ALL-UNNAMED
--add-opens java.base/java.io=ALL-UNNAMED
@ -396,7 +397,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.3</version>
<version>0.8.7</version>
<configuration>
<append>true</append>
<excludes>