Skip to content

Commit 81e76b0

Browse files
committed
Allow warnings in build to accomodate Boot 1.5
Signed-off-by: Ben Hale <[email protected]>
1 parent 9ceea9b commit 81e76b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
<version>3.8.1</version>
7777
<configuration>
7878
<compilerArgs>
79-
<arg>-Werror</arg>
79+
<!-- TODO: Remove once Boot 1.5 support is no longer needed. -->
80+
<!-- <arg>-Werror</arg> -->
8081
<arg>-Xlint:all</arg>
8182
<arg>-Xlint:-options</arg>
8283
</compilerArgs>

0 commit comments

Comments
 (0)