Add 'kgpOtherTests' task.
This will run tests for all support plugins, such kapt, allopen, etc... ^KT-45745 In Progress
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user