Skip to content

Commit 48b930b

Browse files
Removed Sonar invocation in Action
Removed Sonar invocation in Action. Will try to figure out a better approach later
1 parent d79b622 commit 48b930b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/maven.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
- name: Build With Maven
2525
env:
2626
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
27+
run: mvn -B verify
2928

3029

3130
# Comment "Build With Maven" and uncomment the below when you want a snapshot build to be deployed

0 commit comments

Comments
 (0)