From b565b00930ad9f7e7e01ba37d3fb151f527d55a6 Mon Sep 17 00:00:00 2001 From: Artem Zinnatullin Date: Thu, 26 Oct 2017 16:30:43 -0700 Subject: [PATCH] Fix Gradle plugin task name in readme. --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index b025960d501..8b8bacdb5d7 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -73,7 +73,7 @@ on Windows. - `install` - build and install all public artifacts into local maven repository - `runIde` - build IDEA plugin and run IDEA with it - `coreLibsTest` - build and run stdlib, reflect and kotlin-test tests -- `gradlePluginsTest` - build and run gradle plugin tests +- `gradlePluginTest` - build and run gradle plugin tests - `compilerTest` - build and run all compiler tests - `ideaPluginTest` - build and run all IDEA plugin tests