I am starting to learn gradle.
However when I am building Spring with Gradle; it downloads the dependency jars to
C:\Users\UserName\.gradle
Is there any way I can specify Gradle to download the dependency jars to a specific location?
Just like I can specify repository location in Maven.
System information:
Windows 7 64bit
Gradle version 1.0
You can set the
GRADLE_USER_HOMEenvironment variable,gradle.user.homesystem property, or--gradle-user-homecommand line parameter.