mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -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)
|
@Retention(AnnotationRetention.RUNTIME)
|
||||||
annotation class Task(
|
annotation class Task(
|
||||||
val name: String,
|
val name: String,
|
||||||
val description: String,
|
val description: String = "",
|
||||||
|
|
||||||
/** Tasks that this task depends on */
|
/** Tasks that this task depends on */
|
||||||
val runBefore: Array<String> = arrayOf(),
|
val runBefore: Array<String> = arrayOf(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue