All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.wisp.task.TaskConfig.kt Maven / Gradle / Ivy

There is a newer version: 2024.09.17.200749-4708422
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy