Update .forgejo/workflows/build.yaml
All checks were successful
Build / build (push) Successful in 1m50s
All checks were successful
Build / build (push) Successful in 1m50s
This commit is contained in:
parent
6dd20174ad
commit
db55aa369d
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue