aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2013-04-05 17:00:26 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2013-04-05 17:00:26 +0200
commitd8f090b2b0f660c1a24dbed3c9a88c249fb20eed (patch)
tree8508e19f8b0e5f492d33666bcf94c10ccee6808b
parent790c5e627ba3f3fbc1ffa6dc02bfe94d5121e6c9 (diff)
downloadlombok-d8f090b2b0f660c1a24dbed3c9a88c249fb20eed.tar.gz
lombok-d8f090b2b0f660c1a24dbed3c9a88c249fb20eed.tar.bz2
lombok-d8f090b2b0f660c1a24dbed3c9a88c249fb20eed.zip
Update to newer version of ivyplusplus
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 9de92d59..9ebbe9e7 100644
--- a/build.xml
+++ b/build.xml
@@ -81,7 +81,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<target name="load-ipp" depends="download-ipp">
<taskdef classpath="lib/ivyplusplus.jar" resource="com/zwitserloot/ivyplusplus/antlib.xml" uri="antlib:com.zwitserloot.ivyplusplus" />
- <ivy:ensureippversion version="1.7" property="ivyplusplus.minimumAvailable" />
+ <ivy:ensureippversion version="1.12" property="ivyplusplus.minimumAvailable" />
</target>
<target name="redownload-ipp" unless="ivyplusplus.minimumAvailable">