Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
resolve deprecation warning for missing input annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ingeman-Nielsen committed Mar 26, 2020
1 parent 41754d4 commit 566f9e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .shared/pre-existing/custom-task-type.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 566f9e9

Please sign in to comment.