This commit is contained in:
parent
b66f65ca61
commit
a206dca0eb
@ -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…
x
Reference in New Issue
Block a user