1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00
This commit is contained in:
Cedric Beust 2015-12-17 18:37:22 -08:00
parent fd19860493
commit 5c5cb0f874

View file

@ -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(),