From 8de3100602b762b960237aefdc240ae90ad7e39c Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Thu, 9 Jan 2025 15:29:04 -0600 Subject: [PATCH] Adjust the build command for the NVD cache generation (#272) --- .github/workflows/nvd-cache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nvd-cache.yml b/.github/workflows/nvd-cache.yml index 6e3aab4f..e6853eac 100644 --- a/.github/workflows/nvd-cache.yml +++ b/.github/workflows/nvd-cache.yml @@ -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 @@ -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: