We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3c850 commit 804ddfaCopy full SHA for 804ddfa
pom.xml
@@ -213,7 +213,16 @@
213
</execution>
214
</executions>
215
</plugin>
216
-
+ <plugin>
217
+ <groupId>org.apache.maven.plugins</groupId>
218
+ <artifactId>maven-compiler-plugin</artifactId>
219
+ <version>3.11.0</version>
220
+ <configuration>
221
+ <compilerArgs>
222
+ <arg>--enable-preview</arg>
223
+ </compilerArgs>
224
+ </configuration>
225
+ </plugin>
226
</plugins>
227
228
<resources>
0 commit comments