com.neva.gradle.fork.config.properties / PropertyDefinitions / define

define

fun define(name: String, action: Action<in PropertyDefinition>): PropertyDefinition
fun define(definitions: Map<String, PropertyDefinition.() -> Unit>): List<PropertyDefinition>
fun define(group: String, definitions: Map<String, PropertyDefinition.() -> Unit>): List<PropertyDefinition>
fun define(commonDefinition: Action<in PropertyDefinition>, definitions: Map<String, PropertyDefinition.() -> Unit>): List<PropertyDefinition>