Actually, the Gradle distribution and all dependencies are downloaded _for each build_. This is bad. I'm running jenkins with 'java -jar jenkins.war' if it matters.
wujek On Friday, June 7, 2013 10:32:13 AM UTC+2, [email protected] wrote: > > Hi. I'm using the latest Gradle plugin and I noticed that all projects > have all Gradle artifacts stored in their own workspace. This means, each > project will have its own Gradle distribution (I'm using gradle wrapper) > and their own copies of all artifacts. This seems pretty wasteful. > Is there a way to configure a common directory for the wrappers and > artifacts? Just as when I use Gradle on the command line everything is > stored in ~/.gradle by default? Some variable, somehow, somewhere? > > wujek > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
