Closed
Description
On gradle 4.8.1+ if I do the below on my build, so that test are not ran twice
test { onlyIf { ! gradle.taskGraph.hasTask(testScoverage) } }
it starts to fail whenever scoverage tasks are part of task graph:
> Task :compileTestScala UP-TO-DATE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
FAILURE: Build failed with an exception.
* What went wrong:
java.io.IOException: Bad pathname
> Bad pathname
Metadata
Metadata
Assignees
Labels
No labels