Added jacoco tool version.
This commit is contained in:
parent
f5f4a5cd8d
commit
b9e4ab4cd1
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ detekt {
|
||||||
baseline = project.rootDir.resolve("detekt-baseline.xml")
|
baseline = project.rootDir.resolve("detekt-baseline.xml")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jacoco {
|
||||||
|
toolVersion = "0.8.3"
|
||||||
|
}
|
||||||
|
|
||||||
sonarqube {
|
sonarqube {
|
||||||
properties {
|
properties {
|
||||||
property("sonar.projectKey", "ethauvin_pinboard-poster")
|
property("sonar.projectKey", "ethauvin_pinboard-poster")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue