Skip to content

Commit 5b7fb79

Browse files
committed
Remove workaround for Plugin Verifier 1.364
Note that while MP-6388 has been (reportedly) fixed by 1.365, our problem has not been addressed before the introduction of the -mute CLI option in 1.367.
1 parent 773af41 commit 5b7fb79

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle.kts

+2-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ dependencies {
6363
testFramework(TestFrameworkType.Platform)
6464
//testFramework(TestFrameworkType.JUnit5)
6565
instrumentationTools()
66-
// Version 1.364 seems to be broken and always complains about supposedly missing 'plugin.xml':
67-
// https://youtrack.jetbrains.com/issue/MP-6388
68-
pluginVerifier("1.307")
66+
pluginVerifier()
6967
}
7068
}
7169

@@ -111,6 +109,7 @@ intellijPlatform {
111109
}
112110
}
113111
pluginVerification {
112+
freeArgs = listOf("-mute", "TemplateWordInPluginName")
114113
ides {
115114
ides(
116115
providers.gradleProperty("verifierIdeVersionOverride")

0 commit comments

Comments
 (0)