Gradle Chapter Index
Introduction
This index lists all 18 chapters in the Hello Code Gradle track, grouped by topic. Use it to jump to a lesson or compare coverage with frontend/gen_article_plan/gradle.md.
Prerequisites
- None—this page is a map, not a lesson
Getting Started (01–07)
| # | Chapter |
|---|---|
| 01 | What Is Gradle |
| 02 | Install Gradle on Windows |
| 03 | Install Gradle on macOS |
| 04 | Install Gradle on Linux |
| 05 | IntelliJ IDEA and Gradle |
| 06 | Create Your First Gradle Project |
| 07 | Gradle Wrapper |
Build Scripts and Dependencies (08–11)
| # | Chapter |
|---|---|
| 08 | Build Script Basics in Gradle |
| 09 | Dependency Management in Gradle |
| 10 | Gradle Tasks |
| 11 | Gradle Plugins |
Testing, Resources, and Multi-Project (12–15)
| # | Chapter |
|---|---|
| 12 | Testing with Gradle |
| 13 | Resources and Configuration in Gradle |
| 14 | Multi-Project Builds in Gradle |
| 15 | Repositories and Publishing in Gradle |
Advanced and Resources (16–18)
| # | Chapter |
|---|---|
| 16 | Advanced Gradle Topics |
| 17 | Gradle Book Recommendations |
| 18 | Gradle Chapter Index (this page) |
Related Tracks
| Track | Why |
|---|---|
| Maven | Compare build tools |
| Spring Boot 3 | Gradle or Maven for Boot |
| Linux | CI and ./gradlew on servers |
| Vue | Frontend uses npm / Vite—Gradle builds the JVM side only in split-stack repos |
FAQ
Team projects without global Gradle?
Use ./gradlew only—chapter 07.
Kotlin DSL?
This track uses Groovy build.gradle; Kotlin build.gradle.kts syntax differs slightly—see Gradle docs.
Suggested path?
01→07, then 08→12, then 14–15 if you work in monorepos.
Planning document?
frontend/gen_article_plan/gradle.md.
Logo?
Check category_meta_info.json in frontend/docs/gradle/.