You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: buildScripts/tests.ant.xml
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,11 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn
228
228
<test.eclipse-X version="202403" />
229
229
</target>
230
230
231
+
<targetname="test.eclipse-202406"depends="test.compile, test.formatter.compile"description="runs the tests on your default VM, testing the 2024-06 release of eclipse">
232
+
<fetchdep.eclipse version="202406" />
233
+
<test.eclipse-X version="202406" />
234
+
</target>
235
+
231
236
<targetname="test.eclipse-I-build"depends="test.compile, test.formatter.compile, deps.rtstubs18, compile.support"description="runs the tests on your default VM, testing the latest integration build of eclipse">
@@ -300,10 +305,14 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn
300
305
<test.eclipse-X-full version="2023-12" />
301
306
</target>
302
307
303
-
<targetname="test.eclipse-2024-03-full"depends="test.eclipse.compile, test.formatter.compile, deps.eclipse.2024-03"description="runs the full eclipse tests on your default VM, testing the 2024-04 release of eclipse">
308
+
<targetname="test.eclipse-2024-03-full"depends="test.eclipse.compile, test.formatter.compile, deps.eclipse.2024-03"description="runs the full eclipse tests on your default VM, testing the 2024-03 release of eclipse">
304
309
<test.eclipse-X-full version="2024-03" />
305
310
</target>
306
311
312
+
<targetname="test.eclipse-2024-06-full"depends="test.eclipse.compile, test.formatter.compile, deps.eclipse.2024-06"description="runs the full eclipse tests on your default VM, testing the 2024-06 release of eclipse">
313
+
<test.eclipse-X-full version="2024-06" />
314
+
</target>
315
+
307
316
<targetname="test.eclipse-I-build-full"depends="test.eclipse.compile, test.formatter.compile, deps.eclipse.integration"description="runs the full eclipse tests on your default VM, testing the latest integration build of eclipse">
0 commit comments