Skip to content

Commit ee0c3fa

Browse files
authored
Update the IntelliJ Verifier to version 1.388 (#8279)
See https://github.com/JetBrains/intellij-plugin-verifier/releases
1 parent 9add12a commit ee0c3fa

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
@@ -258,7 +258,7 @@ intellijPlatform {
258258
pluginVerification {
259259
// https://github.com/JetBrains/intellij-plugin-verifier/?tab=readme-ov-file#specific-options
260260
// https://github.com/JetBrains/intellij-plugin-verifier
261-
cliPath = file("./third_party/lib/verifier-cli-1.384-all.jar")
261+
cliPath = file("./third_party/lib/verifier-cli-1.388-all.jar")
262262
failureLevel = listOf(
263263
// TODO(team) Ideally all of the following FailureLevels should be enabled:
264264
// TODO(team) Create a tracking issue for each of the following validations

0 commit comments

Comments
 (0)