Skip to content

Commit f33d3d5

Browse files
committed
Disable Werror
1 parent ea2b2d7 commit f33d3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<version>${maven-compiler-plugin.version}</version>
273273

274274
<configuration>
275-
<failOnWarning>true</failOnWarning>
275+
<!-- <failOnWarning>true</failOnWarning> -->
276276
<showDeprecation>true</showDeprecation>
277277
<source>${java-release.version}</source>
278278
<target>${java-release.version}</target>

0 commit comments

Comments
 (0)