Extending Gradle with Binary Plugins

From NovaOrdis Knowledge Base
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.