File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
echo "$CHANGELOG" >> $GITHUB_OUTPUT
74
74
echo "EOF" >> $GITHUB_OUTPUT
75
75
76
- ./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
76
+ ./gradlew printProductsReleases # prepare list of IDEs for Plugin Verifier
77
77
78
78
# Build plugin
79
79
- name : Build plugin
@@ -214,7 +214,7 @@ jobs:
214
214
215
215
# Run Verify Plugin task and IntelliJ Plugin Verifier tool
216
216
- name : Run Plugin Verification tasks
217
- run : ./gradlew runPluginVerifier -Dplugin.verifier.home.dir=${{needs.build.outputs.pluginVerifierHomeDir }} --info
217
+ run : ./gradlew verifyPlugin -Dplugin.verifier.home.dir=${{needs.build.outputs.pluginVerifierHomeDir }} --info
218
218
# Getting "no ComponentUI class for:
219
219
# com.intellij.util.ui.tree.PerFileConfigurableBase$PerFileConfigurableComboBoxAction$1"
220
220
# but it does not seem related to anything the plugin is doing...
You can’t perform that action at this time.
0 commit comments