KonanDriverTest is not CC compatible
Required for KTI-1553
This commit is contained in:
committed by
Space Team
parent
bbbe5027f4
commit
1e85233aab
@@ -373,6 +373,7 @@ open class KonanStandaloneTest : KonanLocalTest() {
|
|||||||
open class KonanDriverTest : KonanStandaloneTest() {
|
open class KonanDriverTest : KonanStandaloneTest() {
|
||||||
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")
|
||||||
doFirst { konan() }
|
doFirst { konan() }
|
||||||
doBeforeBuild?.let { doFirst(it) }
|
doBeforeBuild?.let { doFirst(it) }
|
||||||
return this
|
return this
|
||||||
|
|||||||
Reference in New Issue
Block a user