We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2aac7 commit d787c4eCopy full SHA for d787c4e
build.gradle.kts
@@ -263,7 +263,7 @@ intellijPlatform {
263
// TODO(team) Ideally all of the following FailureLevels should be enabled:
264
// TODO(team) Create a tracking issue for each of the following validations
265
// VerifyPluginTask.FailureLevel.COMPATIBILITY_WARNINGS,
266
-// VerifyPluginTask.FailureLevel.COMPATIBILITY_PROBLEMS,
+ VerifyPluginTask.FailureLevel.COMPATIBILITY_PROBLEMS,
267
// VerifyPluginTask.FailureLevel.DEPRECATED_API_USAGES, // https://github.com/flutter/flutter-intellij/issues/7718
268
// VerifyPluginTask.FailureLevel.SCHEDULED_FOR_REMOVAL_API_USAGES,
269
// VerifyPluginTask.FailureLevel.EXPERIMENTAL_API_USAGES,
0 commit comments