propertiesToSet

var propertiesToSet: List<String>

Define which properties the plugin will set after its task has completed. EX: listOf(VERSION_NAME) which later will set the latest version to that property.

Default: listOf(VERSION_NAME)

Sources

jvm source
Link copied to clipboard