Fixed jacoco reports.
This commit is contained in:
parent
aaa43c106e
commit
f5f4a5cd8d
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,7 @@ tasks {
|
||||||
|
|
||||||
withType<JacocoReport> {
|
withType<JacocoReport> {
|
||||||
reports {
|
reports {
|
||||||
|
xml.isEnabled = true
|
||||||
html.isEnabled = true
|
html.isEnabled = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -163,6 +164,10 @@ tasks {
|
||||||
group = PublishingPlugin.PUBLISH_TASK_GROUP
|
group = PublishingPlugin.PUBLISH_TASK_GROUP
|
||||||
dependsOn("wrapper", bintrayUpload)
|
dependsOn("wrapper", bintrayUpload)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"sonarqube" {
|
||||||
|
dependsOn("jacocoTestReport")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fun findProperty(s: String) = project.findProperty(s) as String?
|
fun findProperty(s: String) = project.findProperty(s) as String?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue