Set compiler source/target to 1.6

This commit is contained in:
Mikolaj Izdebski 2019-10-26 11:56:53 +02:00
parent f3f997067e
commit 3e28834018

View File

@ -135,6 +135,8 @@ popd
export CLASSPATH=$(build-classpath glassfish-servlet-api)
ant \
-Dcompiler.source=1.6 \
-Dcompiler.target=1.6 \
-Djava.awt.headless=true \
-Dapi.j2se=%{_javadocdir}/java \
-Dbuild.xalan-interpretive.jar=build/xalan-interpretive.jar \