Switch Java compiler source/target to 1.8
Resolves: RHEL-52703
This commit is contained in:
parent
3f84725130
commit
5894504dbe
@ -34,7 +34,7 @@ Plexus Cipher: encryption/decryption Component
|
|||||||
%mvn_alias org.codehaus.plexus: org.sonatype.plexus:
|
%mvn_alias org.codehaus.plexus: org.sonatype.plexus:
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build -- -DjavaVersion=8
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -43,6 +43,10 @@ Plexus Cipher: encryption/decryption Component
|
|||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0-11
|
||||||
|
- Switch Java compiler source/target to 1.8
|
||||||
|
- Resolves: RHEL-52703
|
||||||
|
|
||||||
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 2.0-11
|
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 2.0-11
|
||||||
- Bump release for Aug 2024 java mass rebuild
|
- Bump release for Aug 2024 java mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user