Update .gitea/workflows/sonar-scan.yaml
Some checks failed
SonarQube Analysis / Build, Test & Analyse (push) Failing after 2m8s
Build and Push to ACR / Build and Push (push) Successful in 4m51s

This commit is contained in:
2026-04-13 13:07:53 +00:00
parent 18e2d9efc6
commit daf43335f1

View File

@@ -30,6 +30,9 @@ jobs:
java-version: '17' java-version: '17'
distribution: 'temurin' distribution: 'temurin'
- name: Make Maven wrapper executable
run: chmod +x mvnw
# ------------------------------------------------------------------ # # ------------------------------------------------------------------ #
# 3. Cache Maven local repository and the SonarQube analysis cache # # 3. Cache Maven local repository and the SonarQube analysis cache #
# ------------------------------------------------------------------ # # ------------------------------------------------------------------ #