main.wisp.task.TaskConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wisp-task Show documentation
Show all versions of wisp-task Show documentation
a module containing task related helpers
package wisp.task
import wisp.config.Config
/**
* Config to pass to the task. Extend this to pass in anything else your task may need.
*
* Note that this extends [Config], so you can load your task's config if required.
*/
open class TaskConfig : Config