From ad2c75a6b121b329aee9595b564d9efebd0910dc Mon Sep 17 00:00:00 2001 From: Rawi01 Date: Sun, 16 Jun 2024 12:23:08 +0200 Subject: [PATCH] Add eclipse 2024-06 test target --- .github/workflows/ant.yml | 2 ++ buildScripts/ivy.xml | 14 ++++++++++++++ buildScripts/setup.ant.xml | 4 ++++ buildScripts/tests.ant.xml | 11 ++++++++++- 4 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 278f9752c..4a53d4278 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -107,12 +107,14 @@ jobs: - eclipse-202309 - eclipse-202312 - eclipse-202403 + - eclipse-202406 - eclipse-I-build - eclipse-oxygen-full - eclipse-2022-03-full - eclipse-2023-09-full - eclipse-2023-12-full - eclipse-2024-03-full + - eclipse-2024-06-full - eclipse-I-build-full - ecj11 - ecj14 diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index c3687cb80..38b487856 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -34,6 +34,7 @@ + @@ -160,6 +161,19 @@ + + + + + + + + + + + + + diff --git a/buildScripts/setup.ant.xml b/buildScripts/setup.ant.xml index 2a25a9ba7..91d3d478b 100644 --- a/buildScripts/setup.ant.xml +++ b/buildScripts/setup.ant.xml @@ -176,6 +176,10 @@ This buildfile is part of projectlombok.org. It sets up the build itself. + + + + diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index 8f7023db2..604455182 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -228,6 +228,11 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn + + + + + @@ -300,10 +305,14 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + + + + +