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
01What Is Gradle
02Install Gradle on Windows
03Install Gradle on macOS
04Install Gradle on Linux
05IntelliJ IDEA and Gradle
06Create Your First Gradle Project
07Gradle Wrapper

Build Scripts and Dependencies (08–11)

#Chapter
08Build Script Basics in Gradle
09Dependency Management in Gradle
10Gradle Tasks
11Gradle Plugins

Testing, Resources, and Multi-Project (12–15)

#Chapter
12Testing with Gradle
13Resources and Configuration in Gradle
14Multi-Project Builds in Gradle
15Repositories and Publishing in Gradle

Advanced and Resources (16–18)

#Chapter
16Advanced Gradle Topics
17Gradle Book Recommendations
18Gradle Chapter Index (this page)
TrackWhy
MavenCompare build tools
Spring Boot 3Gradle or Maven for Boot
LinuxCI and ./gradlew on servers
VueFrontend 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.

Check category_meta_info.json in frontend/docs/gradle/.