Extending Gradle
Jump to navigation
Jump to search
Internal
Overview
The first step of extending Gradle is writing a custom task. The custom task can be declared in-line in the default build script build.gradle.
The first step of extending Gradle is writing a custom task. The custom task can be declared in-line in the default build script build.gradle.