Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The Gradle plugin provides the means to run Gradle operations on a project.

Supported Versions

The Gradle plugin doesn't include the Gradle program files by default. Download the necessary version according to your organization's requirement.

  • Supports the use of a Gradle Wrapper in a project.
  • Supports standard Gradle tasks, command-line switches and properties.

Key Features

  • The plugins downloads and sets up the latest version of Gradle if a valid installation is not found.
  • Custom build file names other thanĀ build.gradle are permitted.

Plugin Operations

  • No labels