Skip to content

Commit

Permalink
make coveragereport cachable again
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jul 31, 2024
1 parent 94aae1e commit 909a2ee
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ import org.gradle.api.tasks.*
import org.gradle.jvm.toolchain.JavaLanguageVersion
import org.gradle.jvm.toolchain.JavaToolchainService

@CacheableTask
abstract class CoverageRunTask : JavaExec() {

@get:InputFile
@get:PathSensitive(PathSensitivity.NONE)
abstract val apiJar: RegularFileProperty

@get:InputFile
@get:PathSensitive(PathSensitivity.NONE)
abstract val ctSym: RegularFileProperty

@get:Suppress("ACCIDENTAL_OVERRIDE")
Expand Down

0 comments on commit 909a2ee

Please sign in to comment.