Skip to content

Commit b300493

Browse files
committed
remove caching for the moment
1 parent 9bc3fe1 commit b300493

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ jobs:
3232
uses: actions/setup-java@v1
3333
with:
3434
java-version: ${{ matrix.java }}
35-
- name: setup-cache
36-
uses: actions/[email protected]
37-
with:
38-
path: |
39-
~/.gradle/caches
40-
~/.gradle/wrapper
41-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
42-
restore-keys: |
43-
${{ runner.os }}-gradle-
4435
- name: build
4536
run: ./gradlew ${GRADLE_SWITCHES} build test
4637

@@ -56,15 +47,6 @@ jobs:
5647
uses: actions/setup-java@v1
5748
with:
5849
java-version: "11"
59-
- name: setup-cache
60-
uses: actions/[email protected]
61-
with:
62-
path: |
63-
~/.gradle/caches
64-
~/.gradle/wrapper
65-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
66-
restore-keys: |
67-
${{ runner.os }}-gradle-
6850
- name: publish-snapshots
6951
if: github.event_name == 'push'
7052
timeout-minutes: 30

.github/workflows/publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ jobs:
2323
uses: actions/setup-java@v1
2424
with:
2525
java-version: "11"
26-
- name: setup-cache
27-
uses: actions/[email protected]
28-
with:
29-
path: |
30-
~/.gradle/caches
31-
~/.gradle/wrapper
32-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
33-
restore-keys: |
34-
${{ runner.os }}-gradle-
3526

3627
- name: publish-candidate
3728
if: contains(github.ref, '-rc.')

0 commit comments

Comments
 (0)