Skip to content

Commit a0257f9

Browse files
author
Oleksandr Dzhychko
authored
Merge pull request #1172 from modelix/remove-jacoco-plugin
build(model-client): remove jacoco Gradle plugin
2 parents 1ed0044 + 3ba40cd commit a0257f9

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

model-client/build.gradle.kts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ plugins {
55
`modelix-kotlin-multiplatform`
66
alias(libs.plugins.spotless)
77
alias(libs.plugins.npm.publish)
8-
`java-library`
9-
jacoco
108
}
119

1210
val kotlinCoroutinesVersion: String by rootProject
@@ -83,17 +81,6 @@ kotlin {
8381
}
8482
}
8583

86-
tasks.jacocoTestReport {
87-
classDirectories.setFrom(project.layout.buildDirectory.dir("classes/kotlin/jvm/"))
88-
sourceDirectories.setFrom(files("src/commonMain/kotlin", "src/jvmMain/kotlin"))
89-
executionData.setFrom(project.layout.buildDirectory.file("jacoco/jvmTest.exec"))
90-
91-
reports {
92-
xml.required.set(true)
93-
html.required.set(true)
94-
}
95-
}
96-
9784
spotless {
9885
kotlin {
9986
licenseHeader(

0 commit comments

Comments
 (0)