Skip to content

Commit 99518b7

Browse files
committed
evert changes to pom.xml to keep original configuration
1 parent 2c80f84 commit 99518b7

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pom.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,13 @@
7171
<artifactId>maven-compiler-plugin</artifactId>
7272
<version>3.14.0</version>
7373
<configuration>
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>-->
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>
8281
</configuration>
8382
</plugin>
8483
<plugin>

0 commit comments

Comments
 (0)