Fixed typo.

This commit is contained in:
Erik C. Thauvin 2021-05-19 23:00:32 -07:00
parent 31b8c48bad
commit 0862186633

View file

@ -221,7 +221,7 @@ jacocoTestReport {
sonarqube { sonarqube {
properties { properties {
property "sonar.organization", "ethauvin-github" property "sonar.organization", "ethauvin-github"
property "sonar.projectKey", "ethauvin_httpsatus" property "sonar.projectKey", "ethauvin_httpstatus"
property "sonar.host.url", "https://sonarcloud.io" property "sonar.host.url", "https://sonarcloud.io"
property("sonar.sourceEncoding", "UTF-8") property("sonar.sourceEncoding", "UTF-8")
} }