kopia lustrzana https://github.com/JOSM/MapWithAI
rodzic
0ad2ed5c97
commit
aa51ffdf26
10
build.gradle
10
build.gradle
|
@ -284,10 +284,10 @@ sonarqube {
|
||||||
properties {
|
properties {
|
||||||
property "sonar.organization", "mapwithai"
|
property "sonar.organization", "mapwithai"
|
||||||
property "sonar.projectKey", "mapwithai"
|
property "sonar.projectKey", "mapwithai"
|
||||||
property("sonar.forceAuthentication", "true")
|
property "sonar.forceAuthentication", "true"
|
||||||
property("sonar.host.url", "https://sonarcloud.io")
|
property "sonar.host.url", "https://sonarcloud.io"
|
||||||
property("sonar.projectDescription", properties.get("plugin.description"))
|
property "sonar.projectDescription", properties.get("plugin.description")
|
||||||
property("sonar.projectVersion", project.version)
|
property "sonar.projectVersion", project.version
|
||||||
property("sonar.sources", listOf("src"))
|
property "sonar.sources", listOf("src")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue