Extending Gradle with Binary Plugins

From NovaOrdis Knowledge Base
Revision as of 06:33, 24 September 2020 by Ovidiu (talk | contribs) (Created page with "=External= * https://docs.gradle.org/current/userguide/custom_plugins.html#custom_plugins =Internal= * Extending Gradle =Overview=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

Gradle allows writing custom binary plugins. The source code for the plugin can be declared in-line in the build script or in a script plugin, none of these methods being recommended, in a directory structure under the project's buildSrc directory or in a separate standalone project that publishes a JAR.