From 376b24c026020466c4d6ed42c266f975d4fa7368 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Tue, 17 Dec 2024 18:40:29 +0100 Subject: [PATCH] fix: Use java 17 for tests Previously spoon-pom used not-existent properties to configure the maven compiler, which tripped up intellij. This patch consistently uses maven.compiler.(test)Release. --- spoon-pom/pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spoon-pom/pom.xml b/spoon-pom/pom.xml index 0a30d25de7c..46f4c8472a1 100644 --- a/spoon-pom/pom.xml +++ b/spoon-pom/pom.xml @@ -26,6 +26,7 @@ 17 + 17 target/velocity.log UTF-8 1723395513 @@ -135,10 +136,6 @@ org.apache.maven.plugins maven-compiler-plugin - ${java.src.version} - ${java.src.version} - ${java.test.version} - ${java.test.version} true -Xlint:deprecation,unchecked