Skip to content

Commit 5751bb7

Browse files
committed
ci: corrected calling gradle
1 parent 4bd68a2 commit 5751bb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Setup Gradle
127127
uses: gradle/actions/setup-gradle@v4
128128
with:
129-
gradle-home-cache-cleanup: true
129+
cache-cleanup: true
130130

131131
# Set environment variables
132132
- name: Export Properties
@@ -143,7 +143,7 @@ jobs:
143143

144144
- run: |
145145
cd intellij-client
146-
gradlew verifyPlugin --console=plain
146+
gradle verifyPlugin --console=plain
147147
148148
if: always()
149149
@@ -188,7 +188,7 @@ jobs:
188188
- name: Setup Gradle
189189
uses: gradle/actions/setup-gradle@v4
190190
with:
191-
gradle-home-cache-cleanup: true
191+
cache-cleanup: true
192192

193193
# Set environment variables
194194
- name: Export Properties

0 commit comments

Comments
 (0)