Skip to content

Commit

Permalink
fix jacoco report
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Sep 20, 2023
1 parent af8cade commit 54c88d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
<configuration>
<argLine>${surefireArgLine}</argLine>
<argLine>
${surefireArgLine},
--add-opens java.base/java.lang=ALL-UNNAMED,

--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED,
Expand Down

0 comments on commit 54c88d4

Please sign in to comment.