-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
The plugin doesn't seem to be working with newer versions of Kotlin, in specific version 1.3.20. I'm using Gradle 5.1.1 and the Kotlin DSL. When executing gradle clean cobertura build
the tasks always appear as:
Task :performCoverageCheck SKIPPED
Task :cobertura UP-TO-DATE
Task :coberturaReport UP-TO-DATE
The coverage files are created but don't show any packages or files, as shown below:
Lowering Kotlin version to 1.3.11 fixes the issue.
Metadata
Metadata
Assignees
Labels
No labels