From dcc3080686c1463ad8f6c9ddc1b8cd672ab38737 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sat, 5 Apr 2025 21:05:50 +0200 Subject: [PATCH] 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. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a7076b..17840ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"