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 29b1480 commit f469e37
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 @@ -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
Expand Down Expand Up @@ -423,4 +424,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit f469e37

Please sign in to comment.