Skip to content

Commit 4a80819

Browse files
committed
Cache gradle dependencies
1 parent d592176 commit 4a80819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
with:
2626
distribution: 'temurin'
2727
java-version: ${{ matrix.version }}
28-
cache: 'maven'
28+
cache: 'gradle'
2929
- name: Gradle Test
3030
run: ./gradlew test

0 commit comments

Comments
 (0)