Update CI image to maven:3-amazoncorretto-17

Switching to the new base image ensures compatibility with the latest repository updates. This change may improve build consistency and align with recommended CI configurations.
This commit is contained in:
2025-04-05 21:05:50 +02:00
parent 4577ff72a7
commit dcc3080686
+2 -1
View File
@@ -7,7 +7,8 @@ stages:
- sonarcloud_scan
variables:
GITLAB_CLONE_DIR: "cloudflaredns-java"
GITLAB_CLONE_DIR: "/builds/thischwa/CloudflareDNS-java"
# GITLAB_CLONE_DIR: "cloudflaredns-java"
SONAR_HOST_URL: "https://sonarcloud.io"
SONAR_PROJECT_KEY: "th-schwarz_DynDRest"
SONAR_ORGANIZATION: "th-schwarz"