mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Update maven-build.yml
This commit is contained in:
parent
cb75879183
commit
3c0a5ff185
1 changed files with 2 additions and 1 deletions
3
.github/workflows/maven-build.yml
vendored
3
.github/workflows/maven-build.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
||||||
java-version: ${{matrix.java}}
|
java-version: ${{matrix.java}}
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
cache: maven
|
cache: maven
|
||||||
|
|
||||||
- name: Build with Maven Wrapper
|
- name: Build with Maven Wrapper
|
||||||
run: ./mvnw -B package
|
run: ./mvnw -B package
|
||||||
|
|
||||||
|
@ -34,5 +35,5 @@ jobs:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # SonarQube authentication token
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # SonarQube authentication token
|
||||||
run: ./mvnw sonar:sonar \
|
run: ./mvnw sonar:sonar \
|
||||||
-Dsonar.projectKey=maven-java \
|
-Dsonar.projectKey=maven-java \
|
||||||
-Dsonar.host.url=http://localhost:9000 \
|
-Dsonar.host.url=https://b9fd04991336.ngrok.app \
|
||||||
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
|
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue