From 3a45f8e76cba3c2495b107a9e93d82b657eb12a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20L=C3=B6ffler?= Date: Tue, 13 Feb 2024 05:42:49 +0100 Subject: [PATCH] Disable static code analysis for Java 11 --- .github/workflows/ci_test-release.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci_test-release.yaml b/.github/workflows/ci_test-release.yaml index 1baadbb..fa8bb1a 100644 --- a/.github/workflows/ci_test-release.yaml +++ b/.github/workflows/ci_test-release.yaml @@ -40,14 +40,14 @@ jobs: CROWD_LICENSE_KEY: ${{ secrets.CROWD_LICENSE_KEY }} run: | mvn --batch-mode verify - - name: Perform static code analysis - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: | - mvn --batch-mode sonar:sonar \ - --settings ./.github/workflows/settings.xml \ - -P resolving,analyzing +# - name: Perform static code analysis +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} +# run: | +# mvn --batch-mode sonar:sonar \ +# --settings ./.github/workflows/settings.xml \ +# -P resolving,analyzing release: needs: test