Skip to content

Commit e72b565

Browse files
committed
pom.xml adjusts
1 parent 589adf5 commit e72b565

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

pom.xml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,20 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-compiler-plugin</artifactId>
75+
<version>3.8.1</version>
7576
<configuration>
76-
<source>21</source>
77-
<target>21</target>
78-
<compilerArgs>--enable-preview</compilerArgs>
77+
<release>21</release>
78+
<compilerArgs>
79+
--enable-preview
80+
</compilerArgs>
81+
</configuration>
82+
</plugin>
83+
84+
<plugin>
85+
<groupId>org.apache.maven.plugins</groupId>
86+
<artifactId>maven-surefire-plugin</artifactId>
87+
<configuration>
88+
<argLine>--enable-preview</argLine>
7989
</configuration>
8090
</plugin>
8191
</plugins>

0 commit comments

Comments
 (0)