diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-04-05 17:00:26 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-04-05 17:00:26 +0200 |
commit | d8f090b2b0f660c1a24dbed3c9a88c249fb20eed (patch) | |
tree | 8508e19f8b0e5f492d33666bcf94c10ccee6808b | |
parent | 790c5e627ba3f3fbc1ffa6dc02bfe94d5121e6c9 (diff) | |
download | lombok-d8f090b2b0f660c1a24dbed3c9a88c249fb20eed.tar.gz lombok-d8f090b2b0f660c1a24dbed3c9a88c249fb20eed.tar.bz2 lombok-d8f090b2b0f660c1a24dbed3c9a88c249fb20eed.zip |
Update to newer version of ivyplusplus
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |