mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Default.
This commit is contained in:
parent
fd19860493
commit
5c5cb0f874
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ annotation class Directive
|
|||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class Task(
|
||||
val name: String,
|
||||
val description: String,
|
||||
val description: String = "",
|
||||
|
||||
/** Tasks that this task depends on */
|
||||
val runBefore: Array<String> = arrayOf(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue