Skip to content

Commit

Permalink
Adjust the build command for the NVD cache generation (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn authored Jan 9, 2025
1 parent 152f98b commit 8de3100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nvd-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
repository: jeremylong/Open-Vulnerability-Project
path: ovp
ref: v6.1.2
ref: v7.1.0

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand All @@ -28,7 +28,7 @@ jobs:

- name: Build the OVP code with Gradle
working-directory: ./ovp
run: ./gradlew build -x test
run: ./gradlew build -x test -x spotlessJavaCheck

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8de3100

Please sign in to comment.