fix: Remove --info from sonar workflow yml
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
GITHUB_USERNAME: ${{ secrets.GH_USER_CAN_READ_PACKAGES || secrets.GH_DEPBOT_USER_CAN_READ_PACKAGES }}
|
||||
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
|
||||
run: ./gradlew build sonar --info -x test
|
||||
run: ./gradlew build sonar -x test
|
||||
|
||||
- name: Build, test and analyze
|
||||
if: ${{ inputs.IS_TEST_ENABLED }}
|
||||
@@ -37,4 +37,4 @@ jobs:
|
||||
GITHUB_USERNAME: ${{ secrets.GH_USER_CAN_READ_PACKAGES || secrets.GH_DEPBOT_USER_CAN_READ_PACKAGES }}
|
||||
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
|
||||
run: ./gradlew build test sonar --info
|
||||
run: ./gradlew build test sonar
|
||||
Reference in New Issue
Block a user