From 773b374340db705c3adc9e5e4c4228659c9d311b Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 4 Apr 2022 02:49:25 +0200 Subject: [build] Replace JDK test targets from v14 en v16 to v17 (LTS) and v18 (just released) --- buildScripts/tests.ant.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index 838ac353..0191d642 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -126,14 +126,14 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + - - + + - - + + @@ -227,5 +227,5 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + -- cgit