Switch Java compiler source/target to 1.8

Resolves: RHEL-52703
This commit is contained in:
Marian Koncek 2024-02-20 09:08:44 +01:00 committed by Mikolaj Izdebski
parent 3f84725130
commit 5894504dbe

View File

@ -34,7 +34,7 @@ Plexus Cipher: encryption/decryption Component
%mvn_alias org.codehaus.plexus: org.sonatype.plexus:
%build
%mvn_build
%mvn_build -- -DjavaVersion=8
%install
%mvn_install
@ -43,6 +43,10 @@ Plexus Cipher: encryption/decryption Component
%license LICENSE.txt NOTICE.txt
%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
- Bump release for Aug 2024 java mass rebuild