Skip to content

Commit 6a31f8c

Browse files
authored
Update ReadMe.md
1 parent 23c0e6f commit 6a31f8c

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

libraries/ReadMe.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,16 @@ If your maven build is failing with Out-Of-Memory errors, set JVM options for ma
3939

4040
Gradle plugin sources can be found at the [kotlin-gradle-plugin](tools/kotlin-gradle-plugin) module.
4141

42-
To build only gradle plugin and necessary dependencies use the following command:
43-
```bash
44-
mvn clean install -pl :kotlin-gradle-plugin -am
45-
# to skip all tests also add -DskipTests -PnoTest
46-
```
42+
To build the Gradle plugin and the subplugins, first build the core libraries and other tools (the Gradle and Maven builds above) and then, inside `tools/gradle-tools`, run:
43+
44+
gradlew clean install
4745

4846
### Gradle integration tests
4947

5048
Gradle integration tests can be found at the [kotlin-gradle-plugin-integration-tests](tools/kotlin-gradle-plugin-integration-tests) module.
5149

52-
These tests are slow, so they are *skipped by default*.
50+
To run integration tests, run from `tools/gradle-tools`:
5351

54-
To run integration tests use the `run-gradle-integration-tests` profile:
55-
```bash
56-
mvn clean install -pl :kotlin-gradle-plugin-integration-tests -am -Prun-gradle-integration-tests
57-
```
52+
gradlew :kotlin-gradle-plugin-integration-tests:test
53+
54+
Android integration tests are disabled by default, add `-Pandroid` to include them as well.

0 commit comments

Comments
 (0)