Extending Gradle

From NovaOrdis Knowledge Base
Revision as of 20:36, 23 September 2020 by Ovidiu (talk | contribs)
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).


Writing a Script Plugin

Writing an Object Plugin