Set compiler source/target levels to 1.6
This commit is contained in:
parent
d564ae87da
commit
65b5bc3a43
2
bsf.spec
2
bsf.spec
@ -61,7 +61,7 @@ find -name \*.jar -delete
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CLASSPATH=$(build-classpath apache-commons-logging xalan-j2)
|
export CLASSPATH=$(build-classpath apache-commons-logging xalan-j2)
|
||||||
ant jar javadocs
|
ant -Dsource.level=1.6 jar javadocs
|
||||||
|
|
||||||
%mvn_artifact %{SOURCE1} build/lib/%{name}.jar
|
%mvn_artifact %{SOURCE1} build/lib/%{name}.jar
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user