Skip to content

Commit

Permalink
chore: disable Sonar analysis until we build with Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen committed Jan 28, 2024
1 parent 454c964 commit b07deef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: ./gradlew build --info

- name: Analyze with SonarQube
# Disable because we need to update to Java 17
if: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit b07deef

Please sign in to comment.