Explicitly added Sonar projectKey

This commit is contained in:
Marvin Scham
2023-09-22 21:06:11 +02:00
parent 6021ab67c3
commit accdac9e67

View File

@@ -9,6 +9,7 @@ variables:
-DdeployAtEnd=true -DdeployAtEnd=true
-Dsonar.host.url=$SONAR_URL -Dsonar.host.url=$SONAR_URL
-Dsonar.token=$SONAR_TOKEN -Dsonar.token=$SONAR_TOKEN
-Dsonar.projectKey=EasyDrop
-Dhttps.protocols=TLSv1.2 -Dhttps.protocols=TLSv1.2
-Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.showDateTime=true
-Djava.awt.headless=true -Djava.awt.headless=true