Skip to content

Commit 45c74fb

Browse files
authored
build: enable dependencies caching (#1567)
1 parent 7013e56 commit 45c74fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
with:
2121
distribution: 'zulu'
2222
java-version: 8
23+
cache: 'gradle'
2324
- name: Build with Gradle
2425
run: ./gradlew clean build -x signMavenJavaPublication -x test -x checkstyleTest

0 commit comments

Comments
 (0)