Learn about the references you will need as you work with Gradle.

In this section you will:

  • Learn about References

  • Finish the Tutorial

Before you begin

  1. You initialized your Java app in part 1.

  2. You ran several tasks in part 2.

  3. You learned about dependency management in part 3.

  4. You applied a plugin to your app in part 4.

  5. You learned about incremental builds in part 5.

  6. You turned on the local cache in part 6.

Step 1. Gradle References

To work with Gradle, the following references are useful:

To find plugins:

To view all Gradle releases:

For Gradle support:

Step 2. Next steps

We recommend going through each section of the User Manual.

Next Step: Running Gradle Builds >>