From 3d7754e269ec84604d43be97a684bb26b519c6b9 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 23 Mar 2021 06:01:50 +0100 Subject: [testing] wahey, ecj testing works again, and now we can test JDK16 features in it! --- buildScripts/ivy.xml | 2 ++ buildScripts/tests.ant.xml | 39 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 40 insertions(+), 1 deletion(-) (limited to 'buildScripts') diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index da46ab91..0da5c3fc 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -28,6 +28,7 @@ + @@ -76,6 +77,7 @@ + diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index 4cd36b9e..9d9e9541 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -55,7 +55,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + @@ -165,6 +165,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn + @@ -179,6 +180,42 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn + + + + Running TestEclipse on ecj-@{version} on JVM${ant.java.version}. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit