Skip to content

Commit f7af498

Browse files
authored
Remove cache
1 parent 1a61056 commit f7af498

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
with:
4444
distribution: 'zulu'
4545
java-version: ${{ matrix.java }}
46-
cache: 'gradle'
4746

4847
- name: 3. Build on Java ${{ matrix.java }}
4948
run: ./build.sh
@@ -81,7 +80,6 @@ jobs:
8180
with:
8281
distribution: 'zulu'
8382
java-version: 17
84-
cache: 'gradle'
8583

8684
- name: Build and publish to Bintray/MavenCentral
8785
run: ./build.sh

0 commit comments

Comments
 (0)