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'.
PropsPlugin()
Allows to access encrypted properties. |
open fun apply(project: Project): Unit |