Set compiler source/target to 1.6

This commit is contained in:
Mikolaj Izdebski 2019-10-25 18:57:03 +02:00
parent f7b3386217
commit 92369ce37d

View File

@ -49,7 +49,7 @@ rm src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java
%build
# we are skipping tests because we don't have com.mockrunner in repos yet
%mvn_build -f
%mvn_build -f -- -Dmaven.compiler.source=1.6 -Dmaven.compiler.target=1.6
%install
%mvn_install