[Pill] Preserve kotlin_test_wasm_js library artifact
This commit is contained in:
@@ -69,7 +69,8 @@ class JpsCompatiblePluginTasks(
|
|||||||
private val LIB_DIRECTORIES = listOf("dependencies", "dist")
|
private val LIB_DIRECTORIES = listOf("dependencies", "dist")
|
||||||
|
|
||||||
private val ALLOWED_ARTIFACT_PATTERNS = listOf(
|
private val ALLOWED_ARTIFACT_PATTERNS = listOf(
|
||||||
Regex("kotlinx_cli_jvm_[\\d_]+_SNAPSHOT\\.xml")
|
Regex("kotlinx_cli_jvm_[\\d_]+_SNAPSHOT\\.xml"),
|
||||||
|
Regex("kotlin_test_wasm_js_[\\d_]+_SNAPSHOT\\.xml")
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user