Multiple choice

What language does Gradle use for declaring the project configuration

  1. XML

  2. HTML

  3. JSON

  4. Groovy

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Historically and by default, Gradle uses a Domain Specific Language (DSL) based on Groovy for writing build scripts (e.g., build.gradle). While Kotlin DSL is also supported now, Groovy is the traditional and widely recognized language for Gradle configurations.