Skip to content

Commit

Permalink
Restore the script to the previous state
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Jun 1, 2024
1 parent 703f553 commit 7d8c2b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions buildSrc/src/main/kotlin/jacoco-kotlin-jvm.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
*/

import io.spine.internal.gradle.buildDirectory
import java.io.File
import org.gradle.kotlin.dsl.getValue
import org.gradle.kotlin.dsl.getting
import org.gradle.kotlin.dsl.jacoco
import org.gradle.testing.jacoco.tasks.JacocoReport

plugins {
jacoco
Expand All @@ -54,6 +49,7 @@ private val about = ""
/**
* Configure Jacoco task with custom input from this Kotlin Multiplatform project.
*/
@Suppress("unused")
val jacocoTestReport: JacocoReport by tasks.getting(JacocoReport::class) {

val classFiles = File("$buildDirectory/classes/kotlin/jvm/")
Expand Down

0 comments on commit 7d8c2b1

Please sign in to comment.