Signed-off-by: Taylor Smock <tsmock@fb.com>
pull/1/head
Taylor Smock 2020-09-17 16:16:32 -06:00
rodzic 0ad2ed5c97
commit aa51ffdf26
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -284,10 +284,10 @@ sonarqube {
properties {
property "sonar.organization", "mapwithai"
property "sonar.projectKey", "mapwithai"
property("sonar.forceAuthentication", "true")
property("sonar.host.url", "https://sonarcloud.io")
property("sonar.projectDescription", properties.get("plugin.description"))
property("sonar.projectVersion", project.version)
property("sonar.sources", listOf("src"))
property "sonar.forceAuthentication", "true"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.projectDescription", properties.get("plugin.description")
property "sonar.projectVersion", project.version
property "sonar.sources", listOf("src")
}
}