Update Java compiler target settings
Related: RHEL-74277
This commit is contained in:
parent
29d809b8e7
commit
f82955ec99
@ -2,7 +2,7 @@
|
||||
|
||||
Name: maven-wagon
|
||||
Version: 3.5.3
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Tools to manage artifacts and deployment
|
||||
License: Apache-2.0
|
||||
URL: https://maven.apache.org/wagon
|
||||
@ -44,7 +44,7 @@ following providers:
|
||||
%{?javadoc_package}
|
||||
|
||||
%prep
|
||||
%setup -q -n wagon-%{version}
|
||||
%autosetup -p1 -n wagon-%{version}
|
||||
|
||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
@ -73,7 +73,7 @@ following providers:
|
||||
|
||||
%build
|
||||
# tests are disabled because of missing dependencies
|
||||
%mvn_build -f -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8
|
||||
%mvn_build -f -- -DjavaVersion=8
|
||||
|
||||
# Maven requires Wagon HTTP with classifier "shaded"
|
||||
%mvn_alias :wagon-http :::shaded:
|
||||
@ -86,6 +86,9 @@ following providers:
|
||||
%doc DEPENDENCIES
|
||||
|
||||
%changelog
|
||||
* Thu Jan 16 2025 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.3-9
|
||||
- Update Java compiler target settings
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.5.3-8
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
Loading…
Reference in New Issue
Block a user