com.neva.gradle.fork / PropsPlugin

PropsPlugin

open class PropsPlugin : Plugin<Project>

Allows to access encrypted properties.

Dedicated to be used only in subprojects (to avoid redefining 'fork' and 'props' tasks).

For root project, instead apply plugin 'com.neva.fork'.

Constructors

<init>

PropsPlugin()

Allows to access encrypted properties.

Functions

apply

open fun apply(project: Project): Unit