[Pill] Allow kotlin_dom_api_compat artifact

This commit is contained in:
Yan Zhulanow
2023-04-21 19:07:26 +09:00
committed by Space Team
parent 73b290a948
commit 680db7c317
@@ -71,7 +71,8 @@ class JpsCompatiblePluginTasks(
private val ALLOWED_ARTIFACT_PATTERNS = listOf(
Regex("kotlinx_cli_jvm_[\\d_]+_SNAPSHOT\\.xml"),
Regex("kotlin_test_wasm_js_[\\d_]+_SNAPSHOT\\.xml")
Regex("kotlin_test_wasm_js_[\\d_]+_SNAPSHOT\\.xml"),
Regex("kotlin_dom_api_compat_[\\d_]+_SNAPSHOT\\.xml")
)
}