Skip to content

Commit 6efa849

Browse files
committed
Merge branch 'master' into copy-paste-devtools
2 parents 5547c01 + fb28a61 commit 6efa849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ plugins {
4040
// https://plugins.gradle.org/plugin/org.jetbrains.intellij.platform
4141
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
4242
id("java") // Java support
43-
id("org.jetbrains.intellij.platform") version "2.7.2" // IntelliJ Platform Gradle Plugin
43+
id("org.jetbrains.intellij.platform") version "2.10.2" // IntelliJ Platform Gradle Plugin
4444
id("org.jetbrains.kotlin.jvm") version "2.2.0" // Kotlin support
4545
id("org.jetbrains.changelog") version "2.2.0" // Gradle Changelog Plugin
4646
idea // IntelliJ IDEA support
@@ -274,7 +274,7 @@ intellijPlatform {
274274
// TODO(team) Ideally all of the following FailureLevels should be enabled:
275275
// https://github.com/flutter/flutter-intellij/issues/8361
276276
VerifyPluginTask.FailureLevel.COMPATIBILITY_WARNINGS,
277-
VerifyPluginTask.FailureLevel.COMPATIBILITY_PROBLEMS,
277+
// VerifyPluginTask.FailureLevel.COMPATIBILITY_PROBLEMS,
278278
// VerifyPluginTask.FailureLevel.DEPRECATED_API_USAGES, // https://github.com/flutter/flutter-intellij/issues/7718
279279
// VerifyPluginTask.FailureLevel.SCHEDULED_FOR_REMOVAL_API_USAGES,
280280
// `BadgeIcon`:

0 commit comments

Comments
 (0)