forked from pool/felix-osgi-obr
Accepting request 1112752 from Java:packages
fix build with java >= 20 OBS-URL: https://build.opensuse.org/request/show/1112752 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/felix-osgi-obr?expand=0&rev=2
This commit is contained in:
commit
d4209abf6e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 21 05:40:26 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Build with java source/target levels 8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 14:03:56 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package felix-osgi-obr
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
<property name="bundle.version" value="1"/>
|
||||
|
||||
<property name="compiler.source" value="1.7"/>
|
||||
<property name="compiler.source" value="1.8"/>
|
||||
<property name="compiler.target" value="${compiler.source}"/>
|
||||
|
||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user