Files
compose-multiplatform/gradle-plugins/compose
Alexey Tsvetkov 4e673239a7 Split integration and unit Gradle plugin tests
Previously some tests (e.g. FileHashTest) were executed
multiple times in each test task.
This change splits tests in the following way:
* `testGradle-<VERSION>` task only runs `org.jetbrains.compose.gradle.*` tests
with the corresponding Gradle version;
* `test` runs all other tests once;
* `check` runs all tests and checks;
2021-03-22 11:24:35 +03:00
..