Skip to content

Commit 2ca1d95

Browse files
committed
fix: plugin verifier task was renamed in the new build system
1 parent 04b0466 commit 2ca1d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo "$CHANGELOG" >> $GITHUB_OUTPUT
7474
echo "EOF" >> $GITHUB_OUTPUT
7575
76-
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
76+
./gradlew printProductsReleases # prepare list of IDEs for Plugin Verifier
7777
7878
# Build plugin
7979
- name: Build plugin
@@ -214,7 +214,7 @@ jobs:
214214

215215
# Run Verify Plugin task and IntelliJ Plugin Verifier tool
216216
- 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
218218
# Getting "no ComponentUI class for:
219219
# com.intellij.util.ui.tree.PerFileConfigurableBase$PerFileConfigurableComboBoxAction$1"
220220
# but it does not seem related to anything the plugin is doing...

0 commit comments

Comments
 (0)