Add 'kgpOtherTests' task.

This will run tests for all support plugins, such kapt, allopen, etc...

^KT-45745 In Progress
This commit is contained in:
Yahor Berdnikau
2021-10-29 17:29:22 +02:00
parent 102072a229
commit c25d243111
3 changed files with 20 additions and 3 deletions
@@ -11,6 +11,7 @@ More fine-grained test tasks exist covering different parts of Gradle plugins:
- `kgpJvmTests` - runs all tests for Kotlin Gradle Plugin/Jvm platform (parallel execution)
- `kgpJsTests` - runs all tests for Kotlin Gradle Plugin/Js platform (parallel execution)
- `kgpDaemonTests` - runs all tests for Gradle and Kotlin daemons (sequential execution)
- `kgpOtherTests` - run all tests for support Gradle plugins, such as kapt, allopen, etc (parallel execution)
- `kgpAllParallelTests` - run all tests for all platforms except daemons tests (parallel execution)
Also, few deprecated tasks still exist until all tests will be migrated to the new setup: