Skip to content

Commit 00bafd3

Browse files
committed
Remove -Werror java compiler flag that prevented compilation with openjdk-11
Compiling with openjdk-11 gets the warning "bootstrap class path not set in conjunction with -source 8" and -Werror causes the compilation to fail.
1 parent 0110402 commit 00bafd3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

datetime/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
<Xmaxerrs>10000</Xmaxerrs>
104104
<Xmaxwarns>10000</Xmaxwarns>
105105
<Xlint />
106-
<Werror />
107106
</compilerArguments>
108107
</configuration>
109108
</plugin>

parameter-names/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ introspection of method/constructor parameter names, without having to add expli
7575
<optimize>true</optimize>
7676
<compilerArgs>
7777
<arg>-Xlint</arg>
78-
<arg>-Werror</arg>
7978
<arg>-parameters</arg>
8079
</compilerArgs>
8180
</configuration>

0 commit comments

Comments
 (0)