We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57ba9d commit 24eaa35Copy full SHA for 24eaa35
.github/workflows/main.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
java-version: 17
34
distribution: 'oracle'
35
+ cache: 'gradle'
36
37
- name: Run tests
38
run: |
0 commit comments