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