Skip to content

Commit

Permalink
feat: migrate custom caching to burrunan/gradle-cache-action (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Jul 18, 2024
1 parent 1479678 commit dd7ef18
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,9 @@ runs:
with:
disk-root: 'C:'
- name: Cache Gradle packages
uses: actions/cache@v4.0.2
uses: burrunan/gradle-cache[email protected]
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
~/.gradle/jdks
~/.konan
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
build-root-directory: ${{ inputs.working-directory }}
- name: Pre-build
working-directory: ${{ inputs.working-directory }}
shell: bash
Expand Down

0 comments on commit dd7ef18

Please sign in to comment.