From 5894504dbe76c871098e419ac1f02e928b3c40b4 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Tue, 20 Feb 2024 09:08:44 +0100 Subject: [PATCH] Switch Java compiler source/target to 1.8 Resolves: RHEL-52703 --- plexus-cipher.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plexus-cipher.spec b/plexus-cipher.spec index 5183fdd..8767bcf 100644 --- a/plexus-cipher.spec +++ b/plexus-cipher.spec @@ -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 - 2.0-11 +- Switch Java compiler source/target to 1.8 +- Resolves: RHEL-52703 + * Thu Aug 01 2024 Troy Dawson - 2.0-11 - Bump release for Aug 2024 java mass rebuild