Skip to content

Commit 4a49316

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 1b26be2 + a5be31a commit 4a49316

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

qulice-maven-plugin/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,15 @@
261261
<plugins>
262262
<plugin>
263263
<artifactId>maven-compiler-plugin</artifactId>
264+
<version>3.11.0</version>
265+
<configuration>
266+
<source>${maven.compiler.source}</source>
267+
<target>${maven.compiler.target}</target>
268+
<release>${maven.compiler.release}</release>
269+
<compilerArgs>
270+
<arg>--enable-preview</arg>
271+
</compilerArgs>
272+
</configuration>
264273
<executions>
265274
<execution>
266275
<id>default-compile</id>

0 commit comments

Comments
 (0)