From 4c81a27cecb233334715431624fecdd9b5b06107 Mon Sep 17 00:00:00 2001 From: williamlardier Date: Thu, 16 Jan 2025 15:06:01 +0100 Subject: [PATCH] Use more recent Java version Java 6 is now blocked, and CI is blocked. Issue: CLDSRV-606 --- tests/functional/jaws/pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tests/functional/jaws/pom.xml b/tests/functional/jaws/pom.xml index b353168507..23ab917b61 100644 --- a/tests/functional/jaws/pom.xml +++ b/tests/functional/jaws/pom.xml @@ -36,7 +36,7 @@ 1.0.0 UTF-8 - 1.6 + 1.8 ${project.custom.java.version} ${project.custom.java.version} ${project.custom.encoding} @@ -53,6 +53,15 @@ false + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${maven.compiler.source} + ${maven.compiler.target} + +