You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a case where reportScoverage fails; compilation fails because I have Java code that depends on Scala code. As far as I'm aware, compilation works just fine with the default gradle scala-plugin.
I have the standard setup of scala src being under one directory, and java src being under another directory.
Any ideas or pointers on how to get around this?
Cheers,
Stefan
The text was updated successfully, but these errors were encountered:
Yes, the scoverage compiler plugin appears to wipe the classes directory. If you have java code then you'll need to modify the scoverage scala source directories to include it.
I suspect this should be done automatically, but in the meantime:
Ok cool thanks for the suggestion, I didn't try it, instead I just took the route of merging my java and scala source directories. Feel free to close this if you like :)
Hi,
I have a case where
reportScoverage
fails; compilation fails because I have Java code that depends on Scala code. As far as I'm aware, compilation works just fine with the default gradle scala-plugin.I have the standard setup of scala src being under one directory, and java src being under another directory.
Any ideas or pointers on how to get around this?
Cheers,
Stefan
The text was updated successfully, but these errors were encountered: