Update .gitea/workflows/sonar-scan.yaml
This commit is contained in:
@@ -28,6 +28,9 @@ jobs:
|
|||||||
java-version: 17
|
java-version: 17
|
||||||
cache: maven
|
cache: maven
|
||||||
|
|
||||||
|
- name: Make Maven wrapper executable
|
||||||
|
run: chmod +x mvnw
|
||||||
|
|
||||||
- name: Build and analyze
|
- name: Build and analyze
|
||||||
run: ./mvnw -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=demo-platform
|
run: ./mvnw -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=demo-platform
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user