Skip to content

Commit ceb5cf6

Browse files
committed
turn build time warnings into errors
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
1 parent d6df7d1 commit ceb5cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@
273273
<compilerArgs>
274274
<arg>-Xlint:all</arg>
275275
<arg>-Xdoclint:all</arg>
276+
<arg>-Werror</arg>
276277
</compilerArgs>
277278
<showDeprecation>true</showDeprecation>
278279
<showWarnings>true</showWarnings>

0 commit comments

Comments
 (0)