Skip to content

Commit

Permalink
Enable preview for unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-belellou committed Jan 18, 2025
1 parent 59c0c0c commit 64cf80b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<release>${maven.compiler.release}</release>
<encoding>${project.build.sourceEncoding}</encoding>
<compilerArgs>
<!-- Enable JEPs in preview -->
<arg>--enable-preview</arg>
</compilerArgs>
</configuration>
Expand All @@ -139,6 +140,9 @@

<!-- Configuration for DynamicTests to retain their names -->
<configuration>
<!-- Enable JEPs in preview -->
<argLine>--enable-preview</argLine>

<statelessTestsetReporter
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5Xml30StatelessReporter">
<disable>false</disable>
Expand Down

0 comments on commit 64cf80b

Please sign in to comment.