scoverage / gradle-scoverage

A plugin to enable the use of Scoverage in a gradle Scala project
Apache License 2.0
53 stars 36 forks source link

Getting target invocation issue while running reportScoverage #178

Closed vinox1992 closed 2 years ago

vinox1992 commented 2 years ago

Version specification: Gradle - 5.6.1 scala version - 2.11.12 Gradle scoverage - 3.1.5

Issue 1: unable to set plugin configuration in scoverage block. scoverage block not populating , only scoverageclasses available .

Issue 2: while running below command in multi module project getting java.lang.reflect.Invocation.TargetException.

gradle clean reportScoverage

Please help us in solving both the issues.

maiflai commented 2 years ago

I’m sorry, this is simply too old for me to support.

stu