Skip to content

Commit 906bf4c

Browse files
authored
Build fix for servletapi4 (#12474)
1 parent 80fb42f commit 906bf4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SPECS-EXTENDED/servletapi4/java160_build.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Index: jakarta-servletapi-4-src/build.xml
66

77
<!-- Java classes -->
88
<javac srcdir="src/share" destdir="${servletapi.build}/classes"
9-
+ source="1.6" target="1.6"
9+
+ source="1.8" target="1.8"
1010
debug="${compile.debug}" deprecation="${compile.deprecation}"
1111
optimize="${compile.optimize}"/>
1212

1313
@@ -90,6 +91,7 @@
1414
<target name="javadoc" depends="prepare">
1515

1616
<javadoc packagenames="javax.servlet.*"
17-
+ source="1.6"
17+
+ source="1.8"
1818
sourcepath="${basedir}/src/share"
1919
destdir="${servletapi.build}/docs/api"
2020
use="true"

0 commit comments

Comments
 (0)