From 6c21ae7e3a56699563a003b3f438557e30264ecc 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. --- .../ivy-repo/org.projectlombok-lombok.patcher-0.46.xml | 14 ++++++++++++++ buildScripts/tests.ant.xml | 12 ++++++------ 2 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.46.xml (limited to 'buildScripts') diff --git a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.46.xml b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.46.xml new file mode 100644 index 00000000..37de93e6 --- /dev/null +++ b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.46.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index 34d99527..f93523e4 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -1,5 +1,5 @@ - - - + + + + @@ -277,5 +277,5 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + -- cgit