Skip to content

Commit

Permalink
chore: fix surefire argline
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed Aug 1, 2024
1 parent c3eca37 commit 8a1585e
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 @@ -39,7 +39,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<argLine>--add-opens java.base/jdk.internal.classfile.impl=ALL-UNNAMED</argLine>
<argLine>--add-opens java.base/jdk.internal.classfile.impl=ALL-UNNAMED --enable-preview</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 8a1585e

Please sign in to comment.