Skip to content

Commit

Permalink
Commented out SonarQube steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Doenerstyle authored Mar 6, 2024
1 parent 4cf4021 commit d1c5511
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
run: ./gradlew setupCIWorkspace
- name: Build with Gradle
run: ./gradlew build
- name: Setup sonarqube
uses: warchant/setup-sonar-scanner@v8
- name: Run sonarqube
env:
# to get access to secrets.SONAR_TOKEN, provide GITHUB_TOKEN
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: sonar-scanner
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
-Dsonar.organization=growthcraftce
-Dsonar.host.url=https://sonarcloud.io/
-Dsonar.projectKey=growthcraft:Growthcraft-1.12
#- name: Setup sonarqube
# uses: warchant/setup-sonar-scanner@v8
#- name: Run sonarqube
# env:
# # to get access to secrets.SONAR_TOKEN, provide GITHUB_TOKEN
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: sonar-scanner
# -Dsonar.login=${{ secrets.SONAR_TOKEN }}
# -Dsonar.organization=growthcraftce
# -Dsonar.host.url=https://sonarcloud.io/
# -Dsonar.projectKey=growthcraft:Growthcraft-1.12

0 comments on commit d1c5511

Please sign in to comment.