Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrzcinski authored Apr 20, 2022
1 parent f1baf45 commit 3de969b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,17 @@
<plugin>
<!--<groupId>org.apache.maven.plugins</groupId>-->
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${surefire.version}</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
</plugin>
<!--<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 3de969b

Please sign in to comment.