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 c3073eb commit f8a7818Copy full SHA for f8a7818
.github/workflows/release.yml
@@ -25,16 +25,6 @@ jobs:
25
java-version: 11
26
- name: Check with gradle
27
run: ./gradlew check
28
- - name: Cache Gradle
29
- if: steps.cache.outputs.cache-hit != 'true'
30
- uses: actions/cache@v2
31
- with:
32
- path: |
33
- ~/.gradle/caches
34
- ~/.gradle/wrapper
35
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
36
- restore-keys: |
37
- ${{ runner.os }}-gradle-
38
# - name: Publish Pages
39
# run: |
40
# ./gradlew dokkaHtml;
0 commit comments