File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ intellijPlatform {
130
130
pluginVerification {
131
131
// https://github.com/JetBrains/intellij-plugin-verifier/?tab=readme-ov-file#specific-options
132
132
// 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" )
134
134
failureLevel = listOf (
135
135
// TODO(team) Ideally all of the following FailureLevels should be enabled:
136
136
// TODO(team) Create a tracking issue for each of the following validations
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ intellijPlatform {
110
110
pluginVerification {
111
111
// https://github.com/JetBrains/intellij-plugin-verifier/?tab=readme-ov-file#specific-options
112
112
// 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" )
114
114
failureLevel = listOf (
115
115
// TODO(team) Ideally all of the following FailureLevels should be enabled:
116
116
// TODO(team) Create a tracking issue for each of the following validations
You can’t perform that action at this time.
0 commit comments