Skip to content

Commit 93b5214

Browse files
committed
chore: workaround for https://youtrack.jetbrains.com/issue/MP-7480 set pluginVerifier version to 1.384
1 parent 947f8ff commit 93b5214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace.
7474
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') })
7575

76-
pluginVerifier()
76+
pluginVerifier(version="1.384")
7777
testFramework(TestFrameworkType.Platform)
7878
}
7979

0 commit comments

Comments
 (0)