Add ${argLine} to surefire plugin

This should fix the coverage reports.
This commit is contained in:
tastybento 2023-02-08 17:17:12 -08:00
parent 3623537d84
commit b62a1862a2
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,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