Skip to content

Commit 4e78118

Browse files
committed
Use github actions cache for releases
1 parent 70e2ed3 commit 4e78118

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ jobs:
5353
with:
5454
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5555

56+
- uses: actions/cache@v2.1.4
57+
with:
58+
path: |
59+
~/.gradle/caches
60+
~/.gradle/wrapper
61+
key: releasing-${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-${{ hashFiles('**/*.gradle*') }}
62+
5663
- name: Set up Java 11
5764
uses: actions/setup-java@v1
5865
with:

0 commit comments

Comments
 (0)