We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c80f84 commit 99518b7Copy full SHA for 99518b7
1 file changed
pom.xml
@@ -71,14 +71,13 @@
71
<artifactId>maven-compiler-plugin</artifactId>
72
<version>3.14.0</version>
73
<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
-<!--<!– <arg>-Werror</arg>–>-->
81
-<!-- </compilerArgs>-->
+ <source>21</source>
+ <target>21</target>
+ <compilerArgs>
+ <arg>-Xlint:all</arg>
+ <arg>-Xlint:-auxiliaryclass</arg>
+ <arg>-Werror</arg>
+ </compilerArgs>
82
</configuration>
83
</plugin>
84
<plugin>
0 commit comments