SHA256
1
0
forked from pool/jsonp

Accepting request 963995 from Java:packages

Build with source and target levels 8

OBS-URL: https://build.opensuse.org/request/show/963995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsonp?expand=0&rev=3
This commit is contained in:
2022-03-22 18:41:06 +00:00
committed by Git OBS Bridge
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