Accepting request 963093 from Java:packages

Build with source/target levels 8

OBS-URL: https://build.opensuse.org/request/show/963093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/isorelax?expand=0&rev=19
factory
Dominique Leuenberger 1 year ago committed by Git OBS Bridge
commit b918ce00c8

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 19 21:12:26 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with java target and source version 1.8
-------------------------------------------------------------------
Tue Dec 18 06:31:12 UTC 2018 - Fridrich Strba <fstrba@suse.com>

@ -1,7 +1,7 @@
#
# spec file for package isorelax
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -68,7 +68,7 @@ export CLASSPATH=$(build-classpath \
xerces-j2 \
xml-apis \
)
ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
-Dbuild.sysclasspath=only release
%install

Loading…
Cancel
Save