Fridrich Strba 2022-03-18 16:38:20 +00:00 committed by Git OBS Bridge
parent 3f9bb00d87
commit d95d90dd73
3 changed files with 8 additions and 3 deletions

View File

@ -36,7 +36,7 @@
<property name="maven.deploy.goal" value="org.apache.maven.plugins:maven-gpg-plugin:1.1:sign-and-deploy-file" />
<property name="compiler.source" value="1.6" />
<property name="compiler.source" value="1.8" />
<property name="compiler.target" value="${compiler.source}" />
<target name="init">

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 18 16:38:08 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with source/target levels 8
-------------------------------------------------------------------
Sun Dec 12 12:57:43 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package junit
#
# Copyright (c) 2021 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
@ -28,7 +28,7 @@ Source1: build.xml
BuildRequires: ant
BuildRequires: fdupes
BuildRequires: hamcrest >= 1.3
BuildRequires: java-devel >= 1.6
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
Requires: mvn(org.hamcrest:hamcrest-core)
Provides: %{name}-demo = %{version}-%{release}