We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e2ed3 commit 4e78118Copy full SHA for 4e78118
1 file changed
.github/workflows/ci.yml
@@ -53,6 +53,13 @@ jobs:
53
with:
54
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
55
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
+
63
- name: Set up Java 11
64
uses: actions/setup-java@v1
65
0 commit comments