Skip to content

Commit

Permalink
<!-- Allow JUnit to access the test classes -->
Browse files Browse the repository at this point in the history
                    <argLine>
                        --add-opens java.base/java.lang=ALL-UNNAMED
                    </argLine>
  • Loading branch information
damianszczepanik committed Apr 10, 2024
1 parent e962f7c commit 4dd4157
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<configuration>
<!-- Allow JUnit to access the test classes -->
<argLine>
--add-opens java.base/java.lang=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 4dd4157

Please sign in to comment.