Skip to content

Commit

Permalink
Reverted argLine in pom.xml to fix the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov authored May 13, 2024
1 parent 16619aa commit 53d8581
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 @@ -333,7 +333,7 @@
<testFailureIgnore>false</testFailureIgnore>
<argLine>${java.options} -ea</argLine>
<!-- if using JDK >11 use the args below (can set JDK_JAVA_OPTIONS instead) -->
<!-- <argLine>-ea --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED</argLine> -->
<!-- <argLine>-ea &#45;&#45;add-opens=java.base/java.lang=ALL-UNNAMED &#45;&#45;add-opens=java.base/java.lang.reflect=ALL-UNNAMED</argLine> -->
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 53d8581

Please sign in to comment.