From e8caa4198c6a8247733dc4c8e059548b1f0ae866 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 13 Dec 2015 01:45:42 +0400 Subject: [PATCH] Typo. --- plug-in-development/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-in-development/index.html b/plug-in-development/index.html index c19b214..997ef8e 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -413,7 +413,7 @@ fun lineCount(project: Project): TaskResult {
name
The name of the task, which will be used to invoke it from the command line.
description
-
The description of this command, which will be displayed if the user invokes the usage for the gradlew command.
+
The description of this command, which will be displayed if the user invokes the usage for the kobaltw command.
runBefore
A list of all the tasks that this task should run prior to.
runAfter