From dd0225bdde303cc739fed60c9aff28b63b868997 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Fri, 10 Jul 2026 22:47:39 +0200 Subject: We migrate to JDK 17 This is a hard requirement to be able to migrate to a more recent jetty version, which may happen sometime soon. --- build.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 2aad2974a..b4f28e0f7 100644 --- a/build.xml +++ b/build.xml @@ -179,8 +179,8 @@ + release="${javacRelease}" encoding="UTF-8" + nowarn="on"> @@ -336,8 +336,8 @@ + debug="true" debuglevel="lines,vars,source" includeantruntime="false" + release="${javacRelease}" encoding="UTF-8"> -- cgit v1.2.3