Update .forgejo/workflows/build.yaml
All checks were successful
Build / build (push) Successful in 1m50s

This commit is contained in:
unurled 2024-03-15 14:10:09 +00:00
parent 6dd20174ad
commit db55aa369d

View file

@ -12,12 +12,10 @@ jobs:
distribution: 'temurin'
cache: 'gradle'
- name: build
with:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
run: |
chmod +x gradlew
./gradlew build
./gradlew sonar
./gradlew sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }}
- uses: actions/upload-artifact@v3
with:
name: build