Skip to content

Commit

Permalink
#1761 fix jacoco configuration (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrank authored Oct 30, 2024
1 parent c8d68f8 commit 99ad963
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
<polyglot.engine.WarnInterpreterOnly>false</polyglot.engine.WarnInterpreterOnly>
</systemPropertyVariables>
<argLine>
@{argLine}
--add-exports java.management/sun.management=ALL-UNNAMED
--add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED
--add-opens java.base/java.nio.channels.spi=ALL-UNNAMED
Expand Down Expand Up @@ -220,6 +221,7 @@
<polyglot.engine.WarnInterpreterOnly>false</polyglot.engine.WarnInterpreterOnly>
</systemPropertyVariables>
<argLine>
@{itCoverageAgent}
--add-exports java.management/sun.management=ALL-UNNAMED
--add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED
--add-opens java.base/java.nio.channels.spi=ALL-UNNAMED
Expand Down Expand Up @@ -487,6 +489,7 @@
</goals>
<phase>pre-integration-test</phase>
<configuration>
<destFile>jacooc-it.exec</destFile>
<propertyName>itCoverageAgent</propertyName>
<excludes>
<exclude>**/SqlParserTokenManager.class</exclude>
Expand Down

0 comments on commit 99ad963

Please sign in to comment.