📄️ Build File Basics
A build script details build configuration, tasks, and plugins.
📄️ Command-Line Interface Basics
CLI is the primary method of inrecacting with Gradle.
📄️ Dependency Management Basics
Dependency management is an automated technique for declaring and resolving external resources required by a project.
📄️ Gradle Basics
Gradle automates building, testing and deployment using build scripts.
📄️ Gradle Wrapper Basics
Gradle wrapper is the recommended way to execute Gradle build.
📄️ Settings File Basics
Settings file is the entry point of every Gradle project.