aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/ivy.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-03-19 03:01:59 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-03-19 03:17:38 +0100
commit9498849d692040b8a57bc9f3332fa46f4b4c3665 (patch)
treea323eeb062f9e07f70d844963321202e9988bec0 /buildScripts/ivy.xml
parent9b211af8be36c67212999063134bc9dfc266f7b9 (diff)
downloadlombok-9498849d692040b8a57bc9f3332fa46f4b4c3665.tar.gz
lombok-9498849d692040b8a57bc9f3332fa46f4b4c3665.tar.bz2
lombok-9498849d692040b8a57bc9f3332fa46f4b4c3665.zip
[testing] Fixing running older tests.
the new formatter is nice, but needed to be compile with 1.6, otherwise running junit on older VMs doesn't work.
Diffstat (limited to 'buildScripts/ivy.xml')
-rw-r--r--buildScripts/ivy.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml
index 7994af89..12dd2c5b 100644
--- a/buildScripts/ivy.xml
+++ b/buildScripts/ivy.xml
@@ -39,6 +39,7 @@
<dependency org="org.projectlombok" name="lombok.patcher" rev="0.40" conf="build,stripe->default" />
<dependency org="zwitserloot.com" name="cmdreader" rev="1.2" conf="build,stripe->runtime" />
<dependency org="org.apache.ant" name="ant" rev="1.10.5" conf="build->default" />
+ <dependency org="org.apache.ant" name="ant-junit" rev="1.10.5" conf="build->default" />
<!-- test deps -->
<dependency org="junit" name="junit" rev="4.8.2" conf="test->default; sources" />