Gradle Basics A build file consists of three phases: initialization, configuration, and execution, which are explained briefly as follows: • Initialization creates the project object. • The ...
The .gradle directory is used by Gradle to store the project cache versions and stuff, it's used to store Project results to Incremental Builds and Cache Builds. The gradle directory stores the ...