fixed sonar settings
This commit is contained in:
parent
0ba60afc14
commit
f49bcf8546
@ -13,14 +13,14 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup java runtime
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '21'
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '21'
|
||||
|
||||
- name: Run gradle build process
|
||||
run: |
|
||||
./gradlew build
|
||||
- name: Run gradle build process
|
||||
run: |
|
||||
./gradlew build
|
||||
|
||||
- name: SonarQube Scan
|
||||
uses: sonarsource/sonarqube-scan-action@master # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
|
||||
|
||||
Loading…
Reference in New Issue
Block a user