Skip to content

Commit 284cf96

Browse files
authored
Remove compiling with -Werror to support Java 19 (apache#3820)
1 parent c389b96 commit 284cf96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,6 @@
930930
<source>${javac.target}</source>
931931
<target>${javac.target}</target>
932932
<compilerArgs>
933-
<compilerArg>-Werror</compilerArg>
934933
<compilerArg>-Xlint:deprecation</compilerArg>
935934
<compilerArg>-Xlint:unchecked</compilerArg>
936935
<!-- https://issues.apache.org/jira/browse/MCOMPILER-205 -->

0 commit comments

Comments
 (0)