From 5949034ed35af18b4d3142fc1f4f40a21a28fcfc Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Sat, 26 Oct 2019 12:08:20 +0200 Subject: [PATCH] Set compiler source/target to 1.6 --- plexus-cipher.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plexus-cipher.spec b/plexus-cipher.spec index 66a43bb..fd92eae 100644 --- a/plexus-cipher.spec +++ b/plexus-cipher.spec @@ -39,6 +39,8 @@ Plexus Cipher: encryption/decryption Component %pom_add_dep javax.inject:javax.inject:1:provided %pom_add_dep javax.enterprise:cdi-api:1.0:provided +%pom_xpath_set "pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/*" 1.6 + %mvn_file : plexus/%{name} %build