toolOptions

open fun toolOptions(configure: TO.() -> Unit)
open fun toolOptions(configure: Action<in TO>)

Configures the toolOptions with the provided configuration.


abstract val toolOptions: TO

Represents the tool options used by a Kotlin task with reasonable configured defaults.

Could be used to either get the values of currently configured options or to modify them.