Skip to content

Commit 0620b2e

Browse files
committed
Update pom.xml as per project requirements
1 parent 4cd729f commit 0620b2e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,14 @@
7171
<artifactId>maven-compiler-plugin</artifactId>
7272
<version>3.14.0</version>
7373
<configuration>
74-
<source>21</source>
75-
<target>21</target>
76-
<compilerArgs>
77-
<arg>-Xlint:all</arg>
78-
<arg>-Xlint:-auxiliaryclass</arg>
79-
<arg>-Werror</arg>
80-
</compilerArgs>
74+
<release>21</release>
75+
<!-- <source>21</source>-->
76+
<!-- <target>21</target>-->
77+
<!-- <compilerArgs>-->
78+
<!-- <arg>-Xlint:all</arg>-->
79+
<!-- <arg>-Xlint:-auxiliaryclass</arg>-->
80+
<!--&lt;!&ndash; <arg>-Werror</arg>&ndash;&gt;-->
81+
<!-- </compilerArgs>-->
8182
</configuration>
8283
</plugin>
8384
<plugin>

0 commit comments

Comments
 (0)