From accdac9e6776e349733a03cb0bd34678d27500ed Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Fri, 22 Sep 2023 21:06:11 +0200 Subject: [PATCH] Explicitly added Sonar projectKey --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc5b748..741fceb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ variables: -DdeployAtEnd=true -Dsonar.host.url=$SONAR_URL -Dsonar.token=$SONAR_TOKEN + -Dsonar.projectKey=EasyDrop -Dhttps.protocols=TLSv1.2 -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true