Are there any mechanisms for moving the `.gradle` ...
# community-support
t
Are there any mechanisms for moving the
.gradle
directory that's created in my root project when using the wrapper, other than setting $GRADLE_HOME?
v
How would setting
GRADLE_HOME
has any influence? That is the directory where the Gradle installation is. It has nothing to do with the
.gradle
directory in your root project.
The
org.gradle.projectcachedir
Gradle property is, what controls where that directory is located.