Treat warnings as errors in moshi-kotlin tests (#730)

* Fix/supress warnings in tests

* Treat kotlinc warnings as errors in tests
This commit is contained in:
Artem Daugel-Dauge
2018-11-24 06:24:19 +03:00
committed by Jesse Wilson
parent 2265f5e9b8
commit 9aaef1f6f8
3 changed files with 9 additions and 2 deletions

View File

@@ -113,6 +113,11 @@
</configuration>
</execution>
</executions>
<configuration>
<args>
<arg>-Werror</arg>
</args>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>