From 13a2de18167309f1f3ad506c39941e8b571076cb Mon Sep 17 00:00:00 2001 From: Sergey Igushkin Date: Mon, 7 Aug 2017 15:14:37 +0300 Subject: [PATCH] Update libraries/ReadMe.MD, add info about plugin markers required for tests --- libraries/ReadMe.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libraries/ReadMe.md b/libraries/ReadMe.md index c7728f0b909..b926e88d05a 100644 --- a/libraries/ReadMe.md +++ b/libraries/ReadMe.md @@ -51,4 +51,6 @@ To run integration tests, run from `tools/gradle-tools`: gradlew :kotlin-gradle-plugin-integration-tests:test -Android integration tests are disabled by default, add `-Pandroid` to include them as well. +The tests that use the Gradle plugins DSL ([`PluginsDslIT`](https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/PluginsDslIT.kt)) also require the Gradle plugin marker artifacts to be installed from `tools/gradle-tools`: + + gradlew -Pmarker_version_suffix=-test :kotlin-gradle-plugin:plugin-marker:install :kotlin-noarg:plugin-marker:install :kotlin-allopen:plugin-marker:install