1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -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)
annotation class Task(
val name: String,
val description: String,
val description: String = "",
/** Tasks that this task depends on */
val runBefore: Array<String> = arrayOf(),