We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4e45c commit 8916626Copy full SHA for 8916626
plugins/pill/pill-importer/src/JpsCompatiblePluginTasks.kt
@@ -69,7 +69,8 @@ class JpsCompatiblePluginTasks(
69
private val LIB_DIRECTORIES = listOf("dependencies", "dist")
70
71
private val ALLOWED_ARTIFACT_PATTERNS = listOf(
72
- Regex("kotlinx_cli_jvm_[\\d_]+_SNAPSHOT\\.xml")
+ Regex("kotlinx_cli_jvm_[\\d_]+_SNAPSHOT\\.xml"),
73
+ Regex("kotlin_test_wasm_js_[\\d_]+_SNAPSHOT\\.xml")
74
)
75
}
76
0 commit comments