Set explicit Java compiler source/target levels to 1.7
This commit is contained in:
parent
1653e39d12
commit
d60b0bfcab
@ -3,7 +3,7 @@
|
||||
Name: maven-shared-io
|
||||
Epoch: 1
|
||||
Version: 3.0.0
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
Summary: API for I/O support like logging, download or file scanning
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/shared/maven-shared-io
|
||||
@ -43,7 +43,7 @@ API documentation for %{name}.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
%mvn_build -- -Dmaven.compiler.source=1.7 -Dmaven.compiler.target=1.7
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -55,6 +55,9 @@ API documentation for %{name}.
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Nov 02 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.0.0-15
|
||||
- Set explicit Java compiler source/target levels to 1.7
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.0-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user