Require JDK 1.8 instead of 1.6 to fix FTBFS.
This commit is contained in:
parent
f4b11590f7
commit
2828158845
6
README.md
Normal file
6
README.md
Normal file
@ -0,0 +1,6 @@
|
||||
# maven-reporting-impl
|
||||
|
||||
Abstract classes to manage report generation, which can be run both:
|
||||
|
||||
- as part of a site generation (as a maven-reporting-api's MavenReport),
|
||||
- or as a direct standalone invocation (as a maven-plugin-api's Mojo).
|
||||
@ -1,6 +1,6 @@
|
||||
Name: maven-reporting-impl
|
||||
Version: 3.0.0
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: Abstract classes to manage report generation
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/shared/%{name}
|
||||
@ -39,13 +39,15 @@ Summary: Javadoc for %{name}
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%autosetup -p1
|
||||
|
||||
# integration tests try to download stuff from the internet
|
||||
# and therefore they don't work in Koji
|
||||
%pom_remove_plugin :maven-invoker-plugin
|
||||
|
||||
# Build for JDK 8 at a minimum
|
||||
sed -i 's/1\.6/1.8/g' pom.xml
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
@ -59,6 +61,9 @@ API documentation for %{name}.
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Sat Nov 6 2021 Jerry James <loganjerry@gmail.com> - 3.0.0-12
|
||||
- Require JDK 1.8 instead of 1.6 to fix FTBFS
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user