Table of Contents

Gradle - Cache (.gradle)

Management

Default

Defaults to .gradle in the root project directory.

Specify

Specify the project-specific cache directory.

gradle --project-cache-dir  

Disable

gradle --rerun-tasks            
gradle --no-build-cache          
gradle --build-cache