summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-12 14:47:34 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-13 14:35:28 +0200
commit477d1b80e1e0468732470a46b82b2f08542f21d2 (patch)
treecfda3279472f0d8eface617fa5caec1513b53b52 /pom.xml
parent87afc48aa6742cf65571cbea860e6a04e2df45a5 (diff)
Treat Scala warnings as errors. Remove use of deprecated Scala APIs
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cba2dcd54cb..982dda46a9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,7 +231,7 @@
<arg>-unchecked</arg>
<arg>-deprecation</arg>
<arg>-feature</arg>
- <arg>-explaintypes</arg>
+ <arg>-Xfatal-warnings</arg>
</args>
</configuration>
</plugin>