On Thu, Mar 17, 2011 at 9:35 AM, Mikael Andersson <[email protected]>wrote:

> I'm having this problem as well, been having it for a while.
>
> Currently it is the only really annoying problem with our gradle build
> setup, something which is causing a lot of confusing. If anyone figures out
> a solution I'd love to hear about it.
>

This is Not Very Pretty (tm):

task cleanUpstream << {

delete("$project.gradle.gradleUserHomeDir/cache/com.mycompany.package/some-model")
}

processResources.dependsOn("cleanUpstream")

Peter: "artifact dependency" vs "module dependency" - how are they handled
differently?


Brett

Reply via email to