Gradle Plugin Concepts

From NovaOrdis Knowledge Base
Revision as of 03:38, 24 September 2020 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

TODO

Gradle Plugins TODEPLETE

Overview

A Gradle plugin introduce conventions and patterns for a specific problem domain.

Script Plugin

Object Plugin

Using a Plugin

Plugin Extension

A plugin is a typical use case for an extension.

Standard Plugins

A standard plugin ships with the Gradle runtime.

Plugin Libraries

External Plugins