Skip to content

Commit

Permalink
ci: corrected calling gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Jan 3, 2025
1 parent 4bd68a2 commit 5751bb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true
cache-cleanup: true

# Set environment variables
- name: Export Properties
Expand All @@ -143,7 +143,7 @@ jobs:

- run: |
cd intellij-client
gradlew verifyPlugin --console=plain
gradle verifyPlugin --console=plain
if: always()
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true
cache-cleanup: true

# Set environment variables
- name: Export Properties
Expand Down

0 comments on commit 5751bb7

Please sign in to comment.