forked from pool/apache-commons-chain
Accepting request 964393 from Java:packages
Build with source and target levels 8 OBS-URL: https://build.opensuse.org/request/show/964393 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-chain?expand=0&rev=2
This commit is contained in:
commit
585e38c870
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 23 23:01:17 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build with java source and target levels 8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 5 16:20:05 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Tue Mar 5 16:20:05 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache-commons-chain
|
# spec file for package apache-commons-chain
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -117,7 +117,7 @@ ant \
|
|||||||
%if %{without tests}
|
%if %{without tests}
|
||||||
-Dmaven.test.skip=true \
|
-Dmaven.test.skip=true \
|
||||||
%endif
|
%endif
|
||||||
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
|
-Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
|
||||||
-Dbuild.sysclasspath=first dist javadoc
|
-Dbuild.sysclasspath=first dist javadoc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user