Skip to content

Commit

Permalink
Added -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Mar 12, 2024
1 parent ebaab42 commit f0f27c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,16 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>
</build>
<parent>
Expand Down

0 comments on commit f0f27c5

Please sign in to comment.