[stdlib-mpp] Disable test retries for MPP libraries
Not compatible with org.jetbrains.kotlin.gradle.targets.jvm.tasks.KotlinJvmTest executer. #KT-56106
This commit is contained in:
committed by
Space Team
parent
9bdd365be4
commit
79d5c87f30
@@ -356,6 +356,11 @@ val coreLibProjects by extra {
|
||||
":kotlin-reflect"
|
||||
)
|
||||
}
|
||||
val mppProjects by extra {
|
||||
listOf(
|
||||
":kotlin-stdlib-mpp",
|
||||
)
|
||||
}
|
||||
|
||||
val projectsWithEnabledContextReceivers by extra {
|
||||
listOf(
|
||||
|
||||
Reference in New Issue
Block a user