This commit is contained in:
parent
905ddcdc16
commit
8e9efb97f3
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Build
|
||||
name: publish
|
||||
run-name: ${{ github.actor }} is building
|
||||
on: [ push ]
|
||||
jobs:
|
||||
|
@ -11,10 +11,11 @@ jobs:
|
|||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
cache: 'gradle'
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
- chmod +x gradlew
|
||||
- ./gradlew build
|
||||
chmod +x gradlew
|
||||
./gradlew build
|
||||
|
||||
- name: sonar send
|
||||
run: ./gradlew sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue