diff --git a/build.gradle.kts b/build.gradle.kts index 8beaa4d..bae462a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -78,7 +78,7 @@ detekt { sonarqube { properties { - property("sonar.projectKey", "ethauvin_$name") + property("sonar.projectKey", "ethauvin_semver-gradle") property("sonar.organization", "ethauvin-github") property("sonar.host.url", "https://sonarcloud.io") property("sonar.sourceEncoding", "UTF-8")