Removed main arguments splitting

This commit is contained in:
Erik C. Thauvin 2023-01-01 10:26:50 -08:00
parent fad3714ae0
commit a4b2c975e1
3 changed files with 11 additions and 12 deletions

View file

@ -53,7 +53,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew sonarqube
run: ./gradlew sonar
- name: Cleanup Gradle Cache
run: |