sonar qube
Some checks failed
Build / build (push) Failing after 2m27s

This commit is contained in:
unurled 2024-03-15 15:06:46 +01:00
parent cdf76fb151
commit 6dd20174ad
Signed by: unurled
GPG key ID: FDBC9CBE1F82423F
3 changed files with 10 additions and 7 deletions

View file

@ -11,15 +11,13 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
with:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
- name: build
with:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
run: |
chmod +x gradlew
./gradlew build
./gradlew sonar
- uses: actions/upload-artifact@v3
with:
name: build