Skip to content

Commit

Permalink
Use Gradle configuration cache in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Sep 11, 2024
1 parent 9d82d80 commit 033e3fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}

- name: Build with Gradle Wrapper
run: ./gradlew build
Expand Down

0 comments on commit 033e3fa

Please sign in to comment.