We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36c8d9 commit 80fb42fCopy full SHA for 80fb42f
1 file changed
SPECS-EXTENDED/servletapi5/servletapi5.spec
@@ -55,11 +55,11 @@ cd jakarta-tomcat-%{version}-src/jakarta-servletapi-5
55
find . -type f -name "*.jar" -exec rm -f {} \;
56
pushd .
57
cd jsr154
58
-ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
+ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8
59
popd
60
61
cd jsr152
62
63
64
65
%install
0 commit comments