Skip to content

Commit 7ec39f3

Browse files
authored
1 parent 05e98ce commit 7ec39f3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ intellijPlatform {
269269
pluginVerification {
270270
// https://github.com/JetBrains/intellij-plugin-verifier/?tab=readme-ov-file#specific-options
271271
// https://github.com/JetBrains/intellij-plugin-verifier
272-
cliPath = file("./third_party/lib/verifier-cli-1.394-all.jar")
272+
cliPath = file("./third_party/lib/verifier-cli-1.398-all.jar")
273273
failureLevel = listOf(
274274
// TODO(team) Ideally all of the following FailureLevels should be enabled:
275275
// https://github.com/flutter/flutter-intellij/issues/8361

0 commit comments

Comments
 (0)