Skip to content

Commit

Permalink
Merge pull request #38 from aservo/fix/disable_code_analysis_for_java_11
Browse files Browse the repository at this point in the history
Disable static code analysis for Java 11
  • Loading branch information
brettaufheber authored Feb 13, 2024
2 parents be7a25e + 3a45f8e commit 273e818
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci_test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 273e818

Please sign in to comment.