1
0
Fridrich Strba 2022-03-19 19:44:15 +00:00 committed by Git OBS Bridge
parent b0bde6fe6f
commit ade3f5bd5d

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -117,7 +117,7 @@ ant \
%if %{without tests}
-Dmaven.test.skip=true \
%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
%install