From c99e6bbeb513c51c68695dcc97fb683423205201 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 11 Jan 2023 23:00:03 +0100 Subject: Support JDK19: Let lombok know where to find patcher-0.46, and retarget 'most recent supported JVM' to 19. --- buildScripts/tests.ant.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'buildScripts/tests.ant.xml') diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index 0191d642..00e9aeb2 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -1,5 +1,5 @@ - - - + + + + @@ -227,5 +227,5 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + -- cgit