Skip to content

Commit a33e555

Browse files
authored
Update the IntelliJ verifier to version 1.381 (#7871)
https://github.com/JetBrains/intellij-plugin-verifier
1 parent 84803b9 commit a33e555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ intellijPlatform {
130130
pluginVerification {
131131
// https://github.com/JetBrains/intellij-plugin-verifier/?tab=readme-ov-file#specific-options
132132
// https://github.com/JetBrains/intellij-plugin-verifier
133-
cliPath = file("../third_party/lib/verifier-cli-1.379-all.jar")
133+
cliPath = file("../third_party/lib/verifier-cli-1.381-all.jar")
134134
failureLevel = listOf(
135135
// TODO(team) Ideally all of the following FailureLevels should be enabled:
136136
// TODO(team) Create a tracking issue for each of the following validations

flutter-idea/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ intellijPlatform {
110110
pluginVerification {
111111
// https://github.com/JetBrains/intellij-plugin-verifier/?tab=readme-ov-file#specific-options
112112
// https://github.com/JetBrains/intellij-plugin-verifier
113-
cliPath = file("../third_party/lib/verifier-cli-1.379-all.jar")
113+
cliPath = file("../third_party/lib/verifier-cli-1.381-all.jar")
114114
failureLevel = listOf(
115115
// TODO(team) Ideally all of the following FailureLevels should be enabled:
116116
// TODO(team) Create a tracking issue for each of the following validations

0 commit comments

Comments
 (0)