SHA256
1
0
forked from pool/jsonp
2022-03-22 15:22:25 +00:00
committed by Git OBS Bridge
parent 61daa2b492
commit 5323df6d07
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 22 15:22:01 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with java source and target levels 8
-------------------------------------------------------------------
Thu Mar 17 06:54:26 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@@ -86,7 +86,11 @@ sed -i '/check-module/d' api/pom.xml impl/pom.xml
%build
%{mvn_build} -f -- -Dsource=6
%{mvn_build} -f -- \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-Dmaven.compiler.release=8 \
%endif
-Dsource=8
%install
%mvn_install