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 3222e0c commit 8b6f631Copy full SHA for 8b6f631
1 file changed
.github/workflows/gradle.yml
@@ -14,6 +14,16 @@ jobs:
14
with:
15
java-version: 17
16
distribution: 'temurin'
17
+ cache: gradle
18
+ - name: Cache dependency-check data
19
+ uses: actions/cache@v5
20
+ with:
21
+ path: |
22
+ ~/.gradle/dependency-check-data
23
+ build/tmp/integrationTest/work/.gradle-test-kit/dependency-check-data
24
+ key: dependency-check-${{ runner.os }}-${{ hashFiles('build.gradle', 'gradle/wrapper/gradle-wrapper.properties') }}
25
+ restore-keys: |
26
+ dependency-check-${{ runner.os }}-
27
- name: Build
28
env:
29
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
0 commit comments