mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Fail on compiler warnings in the plugins
This commit is contained in:
parent
f0d7f6db03
commit
72d4ca05a8
5
pom.xml
5
pom.xml
|
|
@ -72,8 +72,9 @@
|
|||
<showWarnings>true</showWarnings>
|
||||
<compilerArgs>
|
||||
<arg>-Werror</arg>
|
||||
<arg>-Xlint:all</arg>
|
||||
<arg>-Xlint:-options</arg>
|
||||
<arg>-Xlint:all,-options</arg>
|
||||
<arg>-h</arg>
|
||||
<arg>${project.build.directory}/generated-sources/natives</arg>
|
||||
</compilerArgs>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
|||
Loading…
Reference in a new issue