diff --git a/plug-in-development/index.html b/plug-in-development/index.html index 43d3014..1cb8b48 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -242,7 +242,7 @@ public fun myConfig(project: Project, init: Info.() -> Unit) : Info {

Tasks

- Tasks are provided by plug-ins and can be invoked from the command line, e.g. ./gradlew assemble. There are two kinds of tasks: static and dynamic. + Tasks are provided by plug-ins and can be invoked from the command line, e.g. ./kobaltw assemble. There are two kinds of tasks: static and dynamic.

Static tasks