Skip to content

Commit bc2c099

Browse files
authored
1 parent 65d5044 commit bc2c099

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
@@ -186,7 +186,7 @@ intellijPlatform {
186186
pluginVerification {
187187
// https://github.com/JetBrains/intellij-plugin-verifier/?tab=readme-ov-file#specific-options
188188
// https://github.com/JetBrains/intellij-plugin-verifier
189-
cliPath = file("./third_party/lib/verifier-cli-1.388-all.jar")
189+
cliPath = file("./third_party/lib/verifier-cli-1.394-all.jar")
190190
failureLevel = listOf(
191191
// TODO(team) Ideally all of the following FailureLevels should be enabled:
192192
// https://github.com/flutter/flutter-intellij/issues/8361

0 commit comments

Comments
 (0)