Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I need this plugin for scala 2.11 #19

Open
igreenfield opened this issue Nov 13, 2017 · 1 comment
Open

I need this plugin for scala 2.11 #19

igreenfield opened this issue Nov 13, 2017 · 1 comment

Comments

@igreenfield
Copy link

latest release has dependency to scala 2.12

@grollinger
Copy link

In my case, this caused gradle-scoverage to fail with

> Task :my-project:reportTestScoverage FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':my-project:reportTestScoverage'.
> scala.Predef$.charArrayOps([C)Lscala/collection/mutable/ArrayOps;

A clear sign that different versions of Scala are being used at run-time and compile-time.
But it took a while to track the issue down to this plugin.

I moved my build to use spotless which doesn't have the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants