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' distribution: 'temurin'
cache: 'gradle' cache: 'gradle'
- name: build - name: build
with:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
run: | run: |
chmod +x gradlew chmod +x gradlew
./gradlew build ./gradlew build
./gradlew sonar ./gradlew sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }}
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: build name: build