Fridrich Strba 2022-03-19 21:13:05 +00:00 committed by Git OBS Bridge
parent b66f65ca61
commit a206dca0eb
2 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -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