We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7013e56 commit 45c74fbCopy full SHA for 45c74fb
.github/workflows/gradle.yml
@@ -20,5 +20,6 @@ jobs:
20
with:
21
distribution: 'zulu'
22
java-version: 8
23
+ cache: 'gradle'
24
- name: Build with Gradle
25
run: ./gradlew clean build -x signMavenJavaPublication -x test -x checkstyleTest
0 commit comments