diff options
author | Roel Spilker <r.spilker@gmail.com> | 2010-11-22 22:27:58 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2010-11-22 22:27:58 +0100 |
commit | 3a89cbe7e7610c649c45e3647d766fdb027f068d (patch) | |
tree | 9bf0e89810fb0065e0bcb8a71547764b8437b23f | |
parent | 16a24525bf8c40549ded60678a4c4ec25fce35c5 (diff) | |
download | lombok-3a89cbe7e7610c649c45e3647d766fdb027f068d.tar.gz lombok-3a89cbe7e7610c649c45e3647d766fdb027f068d.tar.bz2 lombok-3a89cbe7e7610c649c45e3647d766fdb027f068d.zip |
Ivy cache is now local to prevent cache conflict with other ivy using projects.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | buildScripts/ivysettings.xml | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,7 @@ bin build dist +ivyCache google.properties debug LombokizedEclipse.launch diff --git a/buildScripts/ivysettings.xml b/buildScripts/ivysettings.xml index 18cb32d4..72494f72 100644 --- a/buildScripts/ivysettings.xml +++ b/buildScripts/ivysettings.xml @@ -8,4 +8,5 @@ </chain> </resolvers> <settings defaultResolver="projectRepos" /> + <caches defaultCacheDir="${ivy.basedir}/ivyCache" /> </ivysettings> |