We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79b622 commit 48b930bCopy full SHA for 48b930b
.github/workflows/maven.yml
@@ -24,8 +24,7 @@ jobs:
24
- name: Build With Maven
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
27
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
28
- run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
+ run: mvn -B verify
29
30
31
# Comment "Build With Maven" and uncomment the below when you want a snapshot build to be deployed
0 commit comments