Part 7: Using Gradle’s Reference Materials
version 8.14
Learn about the references you will need as you work with Gradle.
Step 1. Gradle References
To work with Gradle, the following references are useful:
-
Gradle API Javadocs
-
Gradle’s Groovy DSL
-
Gradle’s Kotlin DSL
To find plugins:
-
Gradle Core Plugins
-
Gradle Plugin Portal
To view all Gradle releases:
For Gradle support:
Step 2. Next steps
If you haven’t read the Learning the Basics section yet, we recommend starting there to build a solid foundation.
Already comfortable with the basics? Great — you’re ready to move on to the more advanced concepts next.
Next Step: Authoring Gradle Builds >>