Fridrich Strba 2022-03-21 12:41:17 +00:00 committed by Git OBS Bridge
parent 2859e4fdb2
commit 38361a1a68
3 changed files with 8 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<property name="project.artifactId" value="opentest4j"/>
<property name="project.version" value="1.2.0"/>
<property name="compiler.source" value="1.6"/>
<property name="compiler.source" value="1.8"/>
<property name="compiler.target" value="${compiler.source}"/>
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 21 12:40:23 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with java source and target levels 8
-------------------------------------------------------------------
Thu Apr 2 07:06:55 UTC 2020 - Fridrich Štrba <fridrich.strba@bluewin.ch>

View File

@ -1,7 +1,7 @@
#
# spec file for package opentest4j
#
# Copyright (c) 2020 SUSE LLC
# 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
@ -29,6 +29,7 @@ Source1: %{name}-build.xml
Source100: https://repo1.maven.org/maven2/org/opentest4j/opentest4j/%{version}/opentest4j-%{version}.pom
BuildRequires: ant
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
BuildArch: noarch
%if %{with tests}