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 4bd68a2 commit 5751bb7Copy full SHA for 5751bb7
.github/workflows/build-test-package-publish.yml
@@ -126,7 +126,7 @@ jobs:
126
- name: Setup Gradle
127
uses: gradle/actions/setup-gradle@v4
128
with:
129
- gradle-home-cache-cleanup: true
+ cache-cleanup: true
130
131
# Set environment variables
132
- name: Export Properties
@@ -143,7 +143,7 @@ jobs:
143
144
- run: |
145
cd intellij-client
146
- gradlew verifyPlugin --console=plain
+ gradle verifyPlugin --console=plain
147
148
if: always()
149
@@ -188,7 +188,7 @@ jobs:
188
189
190
191
192
193
194
0 commit comments