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'
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue