Skip to content

Commit

Permalink
ci: Enable setup-java gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Oct 23, 2024
1 parent 60916b4 commit 23f52dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
with:
java-version: 21
distribution: temurin
cache: 'gradle'
- name: Make gradle wrapper executable
run: chmod +x ./gradlew
- name: Build common artifact
Expand All @@ -109,6 +110,7 @@ jobs:
with:
java-version: 21
distribution: temurin
cache: 'gradle'
- name: Make gradle wrapper executable
run: chmod +x ./gradlew
- name: Download common artifact
Expand Down Expand Up @@ -148,6 +150,7 @@ jobs:
with:
java-version: 21
distribution: temurin
cache: 'gradle'
- name: Make gradle wrapper executable
run: chmod +x ./gradlew
- name: Check current artifact hash TODO
Expand Down

0 comments on commit 23f52dc

Please sign in to comment.