We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d7ef7 commit 3e58358Copy full SHA for 3e58358
1 file changed
.github/workflows/intellij-plugin.yml
@@ -99,7 +99,7 @@ jobs:
99
run: ./gradlew :stability-runtime:build --no-daemon --stacktrace
100
101
- name: Verify plugin compatibility
102
- run: ./gradlew :compose-stability-analyzer-idea:verifyPlugin --no-daemon --stacktrace
+ run: ./gradlew :compose-stability-analyzer-idea:runPluginVerifier --no-daemon --stacktrace
103
104
- name: Upload verification results
105
if: always()
0 commit comments