On 14/08/10 6:45 AM, phil swenson wrote:
doesn't seem to do anything (0.9 rc1), I don't see it downloading the
artifacts from the repository.  perhaps -C rebuild is referring to a
different cache than I am looking for..... I'm looking to delete the
~/.gradle caches

-C rebuild only deletes the caches which Gradle itself maintains (compiled scripts, file checksums, task history) but not the cache that Ivy maintains (ie the downloaded artifacts). It also doesn't delete caches used by previous versions of Gradle, just those for the current version. It probably should clean up everything, regardless of version or who maintains it, perhaps optionally.

Eventually, we want to add commands to let you better manage and garbage collect the caches (these will probably available as tasks).

In the meantime, rm -rf ~/.gradle works pretty well.

On Fri, Aug 13, 2010 at 2:08 PM, Steve Appling<[email protected]>  wrote:
There is "gradle -C rebuild".  Is that what you are looking for?

On Aug 13, 2010, at 2:30 PM, phil swenson wrote:

is there a gradle clean cache command?  don't see one...

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


--
Steve Appling
Automated Logic Research Team





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

     http://xircles.codehaus.org/manage_email




--
Adam Murdoch
Gradle Developer
http://www.gradle.org
CTO, Gradle Inc. - Gradle Training, Support, Consulting
http://www.gradle.biz


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to