From 566f9e9a36a371d793c8c2f5b66d088cab785b9c Mon Sep 17 00:00:00 2001 From: Michael Ingeman-Nielsen Date: Wed, 25 Mar 2020 14:22:33 +0100 Subject: [PATCH] resolve deprecation warning for missing input annotation --- .shared/pre-existing/custom-task-type.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/.shared/pre-existing/custom-task-type.gradle b/.shared/pre-existing/custom-task-type.gradle index 7fc4bc8..fadc4e3 100644 --- a/.shared/pre-existing/custom-task-type.gradle +++ b/.shared/pre-existing/custom-task-type.gradle @@ -14,6 +14,7 @@ * Prints a configurable message in an humorous fashion */ class Cowsay extends DefaultTask { + @Input String message = 'This is a default message' @TaskAction