mirror of
https://github.com/fankes/moshi.git
synced 2025-12-14 03:21:03 +08:00
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:
committed by
Jesse Wilson
parent
2265f5e9b8
commit
9aaef1f6f8
@@ -113,6 +113,11 @@
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<args>
|
||||
<arg>-Werror</arg>
|
||||
</args>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
||||
Reference in New Issue
Block a user