You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: remove when https://youtrack.jetbrains.com/issue/MP-7366 is fixed
158
-
pluginVerifier(version ="1.383")
158
+
// Uncomment the version if needing a specific one, e.g. if a regression is introduced in the latest version - see https://github.com/JetBrains/intellij-plugin-verifier/releases
159
+
pluginVerifier(/*version = "1.385"*/)
159
160
testFramework(TestFrameworkType.Plugin.Java)
160
161
zipSigner()
161
162
}
@@ -238,9 +239,7 @@ intellijPlatform {
238
239
}
239
240
failureLevel.set(
240
241
setOf(
241
-
// Temporarily disabled due to https://platform.jetbrains.com/t/plugin-verifier-fails-with-plugin-com-intellij-modules-json-not-declared-as-a-plugin-dependency/580
242
-
// TODO: Uncomment when https://youtrack.jetbrains.com/issue/MP-7366 is fixed
0 commit comments