diff --git a/src/main/kotlin/com/beust/kobalt/api/annotation/Annotations.kt b/src/main/kotlin/com/beust/kobalt/api/annotation/Annotations.kt index 5b064b0d..5689284b 100644 --- a/src/main/kotlin/com/beust/kobalt/api/annotation/Annotations.kt +++ b/src/main/kotlin/com/beust/kobalt/api/annotation/Annotations.kt @@ -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 = arrayOf(),