com.neva.gradle.fork / ForkPlugin

ForkPlugin

open class ForkPlugin : Plugin<Project>

Allows to define and execute forking configurations and also use base API.

Dedicated to be used only at root project. For subprojects, apply plugin 'com.neva.fork.props'.

Constructors

<init>

ForkPlugin()

Allows to define and execute forking configurations and also use base API.

Functions

apply

open fun apply(project: Project): Unit