KonanTest is not CC compatible
Required for KTI-1553
This commit is contained in:
committed by
Space Team
parent
1e85233aab
commit
7693d9b9c4
@@ -94,6 +94,7 @@ abstract class KonanTest : DefaultTask(), KonanTestExecutable {
|
|||||||
override fun configure(config: Closure<*>): Task {
|
override fun configure(config: Closure<*>): Task {
|
||||||
super.configure(config)
|
super.configure(config)
|
||||||
|
|
||||||
|
notCompatibleWithConfigurationCache("This task uses Task.project at execution time")
|
||||||
// Set Gradle properties for the better navigation
|
// Set Gradle properties for the better navigation
|
||||||
group = LifecycleBasePlugin.VERIFICATION_GROUP
|
group = LifecycleBasePlugin.VERIFICATION_GROUP
|
||||||
description = "Kotlin/Native test infrastructure task"
|
description = "Kotlin/Native test infrastructure task"
|
||||||
|
|||||||
Reference in New Issue
Block a user