Skip to content

Commit

Permalink
Drop "--enable-preview" from JDK 11 build options (#4760)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder authored Oct 22, 2024
1 parent 586757f commit 165aa18
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,19 +331,11 @@
<release>11</release>
<compilerArgs>
<arg>-parameters</arg>
<arg>--enable-preview</arg>
</compilerArgs>
<fork>true</fork>
<useIncrementalCompilation>true</useIncrementalCompilation>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 165aa18

Please sign in to comment.