YarnAndNpmSuppressor: more allowed test task names
#KT-56106
This commit is contained in:
committed by
Space Team
parent
ff499a6361
commit
72e1578ece
+1
-1
@@ -12,7 +12,7 @@ import org.gradle.api.tasks.TaskProvider
|
||||
|
||||
private val rootNpmRelatedTasks = setOf("kotlinNpmInstall", "kotlinStoreYarnLock")
|
||||
|
||||
private val allowImplicitDependOnNpmForTasks = setOf("kotlinUpgradeYarnLock", "compileTestKotlinJs", "compileTestKotlinWasm")
|
||||
private val allowImplicitDependOnNpmForTasks = setOf("kotlinUpgradeYarnLock", "compileTestKotlinJs", "compileTestKotlinJsIr", "compileTestKotlinJsV1", "compileTestKotlinWasm", "jsV1BrowserProductionWebpack")
|
||||
|
||||
private fun findRootTasks(taskGraph: TaskExecutionGraph): List<Task> {
|
||||
val allDependentTasksPaths = mutableSetOf<String>()
|
||||
|
||||
Reference in New Issue
Block a user