From afe2b9a15c8756e3df51db20b1f81b2ab3697a21 Mon Sep 17 00:00:00 2001 From: smarkwal Date: Mon, 30 Sep 2024 14:51:53 +0200 Subject: [PATCH] Build: Do not regenerate JarHC report when building on GitHub. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b3e7240..bb5b1356 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: cache-read-only: false - name: Build with Gradle - run: './gradlew --no-daemon :jarhc:build ${{ env.PUSH_GRADLE_OPTIONS }} ${{ github.event.inputs.additionalGradleOptions }}' + run: './gradlew --no-daemon :jarhc:build -x :jarhc:jarhcReport ${{ env.PUSH_GRADLE_OPTIONS }} ${{ github.event.inputs.additionalGradleOptions }}' - name: Upload reports uses: actions/upload-artifact@v4