Update Java compiler target settings
Related: RHEL-74277
This commit is contained in:
parent
16287ff9e6
commit
e9b35bdfb9
@ -3,7 +3,7 @@
|
||||
Name: maven-shared-io
|
||||
Epoch: 1
|
||||
Version: 3.0.0
|
||||
Release: 26%{?dist}
|
||||
Release: 27%{?dist}
|
||||
Summary: API for I/O support like logging, download or file scanning
|
||||
License: Apache-2.0
|
||||
URL: https://maven.apache.org/shared/maven-shared-io
|
||||
@ -13,7 +13,7 @@ ExclusiveArch: %{java_arches} noarch
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
|
||||
# Rejected upstream: https://issues.apache.org/jira/browse/MSHARED-490
|
||||
Patch0: 0001-Fix-running-tests-with-Maven-3.3.9.patch
|
||||
Patch: 0001-Fix-running-tests-with-Maven-3.3.9.patch
|
||||
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap
|
||||
@ -40,11 +40,10 @@ Summary: Javadoc for %{name}
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch 0 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%mvn_build -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8
|
||||
%mvn_build -- -Dmaven.compiler.target=8
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -56,6 +55,9 @@ API documentation for %{name}.
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Jan 16 2025 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.0.0-27
|
||||
- Update Java compiler target settings
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:3.0.0-26
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
Loading…
Reference in New Issue
Block a user