BasePlugin

class BasePlugin : Plugin<Project> (source)

Base plugin that registers the root eu.aylett.gradle.extensions.BaseExtension under the aylett name.

This is applied automatically by higher-level plugins in this module; you typically don't need to apply it directly.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun apply(target: Project)

Creates the aylett extension on the target project, which is used by other convention plugins to expose configuration options.