Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Specify .gradle taskArtifacts directory

Using Android Studio: To keep my source directories small, for google drive backup etc, I found how to specify a global gradle build directory outside my project directories here: Gradle global build directory Is it possible also to put the rather large .gradle/.../taskArtifacts directory outside the project directory.

like image 345
Red wine Avatar asked Nov 26 '25 04:11

Red wine


1 Answers

Set --gradle-cache-dir when invoking gradle from the command line.

like image 168
RaGe Avatar answered Nov 29 '25 01:11

RaGe