aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ac7c2c6c..34278cde 100644
--- a/build.xml
+++ b/build.xml
@@ -80,6 +80,8 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<target name="contrib" depends="config-ivy" description="Downloads various non-crucial documentation, sources, etc that are useful when developing lombok.ast.">
<ivy:resolve file="buildScripts/ivy.xml" refresh="true" conf="contrib" />
<ivy:retrieve />
+ <ivy:resolve file="buildScripts/ivy.xml" refresh="true" conf="ecj" />
+ <ivy:retrieve />
</target>
<target name="ensureBuildDeps" depends="config-ivy">