We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79a30c commit 018e5aeCopy full SHA for 018e5ae
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
java-version: ${{ matrix.java }}
26
distribution: 'corretto'
27
+ cache: gradle
28
29
- name: clean and build
30
run: ./gradlew clean build -Plog-tests
0 commit comments