Skip to content

Commit

Permalink
Add ${argLine} to get jacoco coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Feb 9, 2023
1 parent 6b06fbb commit bff699b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,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
Expand Down Expand Up @@ -334,4 +335,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit bff699b

Please sign in to comment.