-
Notifications
You must be signed in to change notification settings - Fork 48
Does not work with scala 2.12.17 #206
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
Comments
@mithun12000 you can't use scalac-scoverage plugin 2.x and scoverage-maven-plugin 1.4.x Also, Java 8 support was dropped, but you should be good with Java 11-17, Scala 2.12.17 using the latest scoverage-maven-plugin, which is 2.0.3 as of now |
If you have to stay on Java 8, please continue using scoverage-maven-plugin 1.4.11 with the latest compatible scalac-scoverage plugin, which is lower than 2.x |
@mithun12000 have you had a chance to try my suggestions? Is this still an issue? |
@mithun12000 please reopen if it still doesn't work after trying my suggestions |
properties
dependency
plug-in
reporting plug-in
error:
let me know if i missing anything here. I use java 8, scala 2.12.17 and spark 3.4.1. If any work around then please let me know. This error generated when i run
mvn clean site
ormvn clean package
.output for
mvn dependency:resolve-plugins
looks like it loading library for 2.12.15 and for 2.12.17 there is no java8 compatible jar for the same. Because of that its not working.
The text was updated successfully, but these errors were encountered: