We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd729f commit 0620b2eCopy full SHA for 0620b2e
pom.xml
@@ -71,13 +71,14 @@
71
<artifactId>maven-compiler-plugin</artifactId>
72
<version>3.14.0</version>
73
<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>
+ <release>21</release>
+<!-- <source>21</source>-->
+<!-- <target>21</target>-->
+<!-- <compilerArgs>-->
+<!-- <arg>-Xlint:all</arg>-->
+<!-- <arg>-Xlint:-auxiliaryclass</arg>-->
+<!--<!– <arg>-Werror</arg>–>-->
81
+<!-- </compilerArgs>-->
82
</configuration>
83
</plugin>
84
<plugin>
0 commit comments