Skip to content

Commit

Permalink
Sonar on Ubuntu - Java 21 only
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenneaux committed Jan 18, 2024
1 parent aea44de commit 03a45bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: mvn -B -C verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar "-Dsonar.projectKey=nhenneaux_resilient-httpclient"
if: ${{ matrix.java }} == 21 $$ ${{ matrix.os }} == "ubuntu-latest"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 03a45bc

Please sign in to comment.