We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9d0ed commit d77d901Copy full SHA for d77d901
1 file changed
pom.xml
@@ -75,6 +75,15 @@
75
<configuration>
76
<source>17</source>
77
<target>17</target>
78
+ <compilerArgs>
79
+ <arg>-Xlint:all</arg>
80
+ <arg>-Xlint:-auxiliaryclass</arg>
81
+ <arg>-Xlint:-rawtypes</arg>
82
+ <arg>-Xlint:-serial</arg>
83
+ <arg>-Xlint:-try</arg>
84
+ <arg>-Xlint:-unchecked</arg>
85
+ <arg>-Werror</arg>
86
+ </compilerArgs>
87
</configuration>
88
</plugin>
89
<plugin>
0 commit comments