Skip to content

Commit

Permalink
turn build time warnings into errors
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Oct 1, 2021
1 parent d6df7d1 commit ceb5cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/pom.xml
Expand Up @@ -273,6 +273,7 @@
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-Xdoclint:all</arg>
<arg>-Werror</arg>
</compilerArgs>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
Expand Down

0 comments on commit ceb5cf6

Please sign in to comment.