We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d594342 commit adeedf1Copy full SHA for adeedf1
.github/workflows/build.yml
@@ -25,9 +25,9 @@ jobs:
25
cache: 'maven'
26
- name: Build with Maven
27
run: ./mvnw -B verify javadoc:javadoc
28
- - name: Sonar Analysis
29
- if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
30
- run: ./mvnw -B sonar:sonar
31
- env:
32
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+# - name: Sonar Analysis
+# if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
+# run: ./mvnw -B sonar:sonar
+# env:
+# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments