File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ intellijPlatform {
164
164
VerifyPluginTask .FailureLevel .INVALID_PLUGIN ,
165
165
// VerifyPluginTask.FailureLevel.NOT_DYNAMIC,
166
166
)
167
- verificationReportsFormats = VerifyPluginTask .VerificationReportsFormats .ALL
167
+ // verificationReportsFormats = VerifyPluginTask.VerificationReportsFormats.ALL
168
168
subsystemsToCheck = VerifyPluginTask .Subsystems .ALL
169
169
// Mute and freeArgs documentation
170
170
// https://github.com/JetBrains/intellij-plugin-verifier/?tab=readme-ov-file#specific-options
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ intellijPlatform {
143
143
VerifyPluginTask .FailureLevel .INVALID_PLUGIN ,
144
144
// VerifyPluginTask.FailureLevel.NOT_DYNAMIC,
145
145
)
146
- verificationReportsFormats = VerifyPluginTask .VerificationReportsFormats .ALL
146
+ // verificationReportsFormats = VerifyPluginTask.VerificationReportsFormats.ALL
147
147
subsystemsToCheck = VerifyPluginTask .Subsystems .ALL
148
148
// Mute and freeArgs documentation
149
149
// https://github.com/JetBrains/intellij-plugin-verifier/?tab=readme-ov-file#specific-options
Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ elif [ "UNIT_TEST_BOT" = "$BOT" ] ; then
86
86
./bin/plugin test --no-setup
87
87
88
88
else
89
+ # Run the vefifier for this version
90
+ ./bin/plugin verify --only-version=$IDEA_VERSION
89
91
90
92
# Run the build.
91
93
./bin/plugin make --channel=stable --only-version=$IDEA_VERSION --no-setup
You can’t perform that action at this time.
0 commit comments