Skip to content

Commit

Permalink
Remove workaround for Plugin Verifier 1.364
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JojOatXGME committed Feb 2, 2025
1 parent 773af41 commit 5b7fb79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ dependencies {
testFramework(TestFrameworkType.Platform)
//testFramework(TestFrameworkType.JUnit5)
instrumentationTools()
// Version 1.364 seems to be broken and always complains about supposedly missing 'plugin.xml':
// https://youtrack.jetbrains.com/issue/MP-6388
pluginVerifier("1.307")
pluginVerifier()
}
}

Expand Down Expand Up @@ -111,6 +109,7 @@ intellijPlatform {
}
}
pluginVerification {
freeArgs = listOf("-mute", "TemplateWordInPluginName")
ides {
ides(
providers.gradleProperty("verifierIdeVersionOverride")
Expand Down

0 comments on commit 5b7fb79

Please sign in to comment.