Skip to content

Commit

Permalink
IntelliJ does not recognize enablePreview XML element
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Sep 12, 2023
1 parent 5545e19 commit 2870a02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<enablePreview>true</enablePreview>
<compilerArgs>
<compilerArg>--enable-preview</compilerArg>
</compilerArgs>
<release>20</release>
<source>20</source>
<target>20</target>
Expand Down

0 comments on commit 2870a02

Please sign in to comment.