Moved Sonarqube to GitHub action.

This commit is contained in:
Erik C. Thauvin 2021-05-19 20:32:51 -07:00
parent 7e555cf9ab
commit 3446ff23fc
3 changed files with 28 additions and 15 deletions

View file

@ -61,6 +61,8 @@ detekt {
sonarqube {
properties {
property("sonar.projectKey", "ethauvin_$name")
property("sonar.organization", "ethauvin-github")
property("sonar.host.url", "https://sonarcloud.io")
property("sonar.sourceEncoding", "UTF-8")
}
}