diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 2022b3a6b..278f9752c 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -106,11 +106,13 @@ jobs: - eclipse-202212 - eclipse-202309 - eclipse-202312 + - eclipse-202403 - eclipse-I-build - eclipse-oxygen-full - eclipse-2022-03-full - eclipse-2023-09-full - eclipse-2023-12-full + - eclipse-2024-03-full - eclipse-I-build-full - ecj11 - ecj14 diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index c981c5fe9..c3687cb80 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -33,6 +33,7 @@ + @@ -146,6 +147,19 @@ + + + + + + + + + + + + + diff --git a/buildScripts/setup.ant.xml b/buildScripts/setup.ant.xml index 4f73f956d..2a25a9ba7 100644 --- a/buildScripts/setup.ant.xml +++ b/buildScripts/setup.ant.xml @@ -172,6 +172,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 ade6fbffe..8f7023db2 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -223,6 +223,11 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn + + + + + @@ -295,6 +300,10 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn + + + +