We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c355fa6 commit c5557c7Copy full SHA for c5557c7
1 file changed
pom.xml
@@ -220,7 +220,11 @@
220
<configuration>
221
<source>${jdk.version}</source>
222
<target>${jdk.version}</target>
223
- <showDeprecation>true</showDeprecation>
+ <showDeprecation>false</showDeprecation>
224
+ <compilerArgs>
225
+ <arg>-Xlint:-deprecation</arg>
226
+ <arg>-Xlint:-unchecked</arg>
227
+ </compilerArgs>
228
</configuration>
229
</plugin>
230
<plugin>
@@ -268,7 +272,11 @@
268
272
<artifactId>maven-compiler-plugin</artifactId>
269
273
<version>3.14.1</version>
270
274
271
275
276
277
278
279
280
281
282
0 commit comments