Fixed sonarcloud project name.
This commit is contained in:
parent
bc2813cd31
commit
e8e7f65b2c
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ detekt {
|
||||||
|
|
||||||
sonarqube {
|
sonarqube {
|
||||||
properties {
|
properties {
|
||||||
property("sonar.projectKey", "ethauvin_$name")
|
property("sonar.projectKey", "ethauvin_semver-gradle")
|
||||||
property("sonar.organization", "ethauvin-github")
|
property("sonar.organization", "ethauvin-github")
|
||||||
property("sonar.host.url", "https://sonarcloud.io")
|
property("sonar.host.url", "https://sonarcloud.io")
|
||||||
property("sonar.sourceEncoding", "UTF-8")
|
property("sonar.sourceEncoding", "UTF-8")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue