Fixed sonarcloud project name.

This commit is contained in:
Erik C. Thauvin 2021-07-10 00:20:11 -07:00
parent bc2813cd31
commit e8e7f65b2c

View file

@ -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")