diff --git a/.gitea/workflows/sonar-scan.yaml b/.gitea/workflows/sonar-scan.yaml index 344460a..65c77fe 100644 --- a/.gitea/workflows/sonar-scan.yaml +++ b/.gitea/workflows/sonar-scan.yaml @@ -29,6 +29,9 @@ jobs: with: java-version: '17' distribution: 'temurin' + + - name: Make Maven wrapper executable + run: chmod +x mvnw # ------------------------------------------------------------------ # # 3. Cache Maven local repository and the SonarQube analysis cache #