Skip to content

Commit

Permalink
Build without preview features.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandelshofer committed Oct 20, 2024
1 parent 4702a62 commit 114324c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fastdoubleparser-dev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@
<configuration>
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>--enable-preview</arg>
<!-- <arg>&#45;&#45;enable-preview</arg>-->
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>--enable-preview --add-modules jdk.incubator.vector -Xmx20g</argLine>
<!-- <argLine>&#45;&#45;enable-preview &#45;&#45;add-modules jdk.incubator.vector -Xmx20g</argLine>-->
<argLine>-Xmx20g</argLine>
<parallel>classesAndMethods</parallel>
<forkCount>4</forkCount>
</configuration>
Expand Down

0 comments on commit 114324c

Please sign in to comment.