Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 860ba00

Browse files
committed
Update buildfiles
1 parent 8a4b12b commit 860ba00

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

build.gradle

-21
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,6 @@ def String getProjectProperty(String propertyName) {
3030
return propertyValue
3131
}
3232

33-
apply plugin: "sonar-runner"
34-
sonarRunner {
35-
sonarProperties {
36-
property "sonar.host.url", getProjectProperty('sonar.host.url')
37-
property "sonar.jdbc.url", getProjectProperty('sonar.db.url')
38-
property "sonar.jdbc.username", getProjectProperty('sonar.db.user')
39-
property "sonar.jdbc.password", getProjectProperty('sonar.db.password')
40-
}
41-
}
42-
subprojects {
43-
sonarRunner {
44-
sonarProperties {
45-
property "sonar.projectKey", project.name
46-
property "sonar.projectName", project.name
47-
property "sonar.projectVersion", "V1.0"
48-
property "sonar.language", "java"
49-
property "sonar.sources", "src"
50-
property "sonar.binaries", "build/apk"
51-
}
52-
}
53-
}
5433

5534
gradle.projectsEvaluated {
5635
def projects=["custom_views","date-time-picker","widget","settings","colorpickerpreference","donationslib","new_ui","main"]

0 commit comments

Comments
 (0)