diff --git a/plug-in-development/index.html b/plug-in-development/index.html
index f5b2830..1843830 100644
--- a/plug-in-development/index.html
+++ b/plug-in-development/index.html
@@ -368,11 +368,6 @@ fun lineCount(project: Project): TaskResult {
A Kobalt task needs to accept a Project
in parameter and return a TaskResult
, which indicates whether this task completed successfully.
Project
passed in both the apply()
function and in each task feels redundant, although it avoids the trouble from having to store that project in a field of the plug-in, making it essentially stateless.
-
The @Task
annotation accepts the following attributes: