Add ${argLine} to get jacoco coverage

This commit is contained in:
tastybento 2023-02-09 15:08:31 -08:00 committed by GitHub
parent e1a7ed4e77
commit 20e2ee1e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -230,6 +230,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
@ -338,4 +339,4 @@
</plugins>
</build>
</project>
</project>