This commit is contained in:
parent
39b819e3f9
commit
ed5e6d075f
@ -47,12 +47,17 @@ API documentation for %{name}
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
cp %{SOURCE1} pom.xml
|
cp %{SOURCE1} pom.xml
|
||||||
|
|
||||||
%{mvn_file} : %{name}
|
%{mvn_file} : %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{mvn_build} -f -- -Dmaven.compiler.release=8
|
%{mvn_build} -f -- \
|
||||||
|
%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