KonanDriverTest is not CC compatible

Required for KTI-1553
This commit is contained in:
cristiangarcia
2024-03-11 23:12:19 +01:00
committed by Space Team
parent bbbe5027f4
commit 1e85233aab
@@ -373,6 +373,7 @@ open class KonanStandaloneTest : KonanLocalTest() {
open class KonanDriverTest : KonanStandaloneTest() {
override fun configure(config: Closure<*>): Task {
super.configure(config)
notCompatibleWithConfigurationCache("This task uses Task.project at execution time")
doFirst { konan() }
doBeforeBuild?.let { doFirst(it) }
return this