This commit is contained in:
parent
f7fb2fd87a
commit
6052c0c3f8
@ -306,7 +306,11 @@ sed -i '/<SystemProperty name="jetty.state"/d' \
|
|||||||
|
|
||||||
# we don't have all necessary dependencies to run tests
|
# we don't have all necessary dependencies to run tests
|
||||||
# missing test dep: org.eclipse.jetty.toolchain:jetty-perf-helper
|
# missing test dep: org.eclipse.jetty.toolchain:jetty-perf-helper
|
||||||
%{mvn_build} -f -s -- -Dsource=8
|
%{mvn_build} -f -s -- \
|
||||||
|
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
||||||
|
-Dmaven.compiler.release=8 \
|
||||||
|
%endif
|
||||||
|
-Dsource=8
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user