Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Customizing Gradle Behavior

Header Image

  1. Configuring Gradle settings
    • This article covers the Gradle settings file and properties file, explaining how they can be used to configure various settings for Gradle to meet specific project needs.
  2. Using Gradle plugins for customization
    • The article covers an overview of available Gradle plugins for customization and how to use third-party plugins in builds.
  3. Extending Gradle functionality
    • The article covers how to extend Gradle’s functionality by writing custom tasks and plugins, and how these can automate repetitive tasks, perform complex operations, and integrate with external systems.

Table of contents