Skip to content

Commit 8916626

Browse files
committed
[Pill] Preserve kotlin_test_wasm_js library artifact
1 parent 1e4e45c commit 8916626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/pill/pill-importer/src/JpsCompatiblePluginTasks.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ class JpsCompatiblePluginTasks(
6969
private val LIB_DIRECTORIES = listOf("dependencies", "dist")
7070

7171
private val ALLOWED_ARTIFACT_PATTERNS = listOf(
72-
Regex("kotlinx_cli_jvm_[\\d_]+_SNAPSHOT\\.xml")
72+
Regex("kotlinx_cli_jvm_[\\d_]+_SNAPSHOT\\.xml"),
73+
Regex("kotlin_test_wasm_js_[\\d_]+_SNAPSHOT\\.xml")
7374
)
7475
}
7576

0 commit comments

Comments
 (0)