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 211473f commit e04bc5cCopy full SHA for e04bc5c
pom.xml
@@ -368,7 +368,7 @@
368
<commons-pool.version>1.5.4</commons-pool.version>
369
370
<commons.lang.version>3.4</commons.lang.version>
371
- <compiler.plugin.version>3.5.1</compiler.plugin.version>
+ <compiler.plugin.version>3.6.0</compiler.plugin.version>
372
<coveralls.plugin.version>2.2.0</coveralls.plugin.version>
373
<enforcer.plugin.version>1.4.1</enforcer.plugin.version>
374
<failsafe.plugin.version>2.19.1</failsafe.plugin.version>
@@ -630,6 +630,7 @@
630
<showDeprecation>true</showDeprecation>
631
<showWarnings>true</showWarnings>
632
<debug>false</debug>
633
+ <failOnWarning>true</failOnWarning>
634
</configuration>
635
</plugin>
636
0 commit comments