rustic / com.osm.gradle.plugins.process / NothingTaskProcess

NothingTaskProcess

class NothingTaskProcess : IRusticTaskProcess<IBase>

Class used when you don't want RusticTask to do anything.

Constructors

<init>

Class used when you don't want RusticTask to do anything.

NothingTaskProcess()

Properties

options

val options: IBase

Functions

run

Does nothing. This is a dummy process.

fun run(): Unit