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.