Skip to content

Commit

Permalink
Build with maven
Browse files Browse the repository at this point in the history
  • Loading branch information
csaba-feher-sonarsource committed Jan 23, 2023
1 parent 2af4bc0 commit 78e8f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=sc-test-java
run: mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=sc-test-java -Dsonar.verbose=true

0 comments on commit 78e8f6c

Please sign in to comment.