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
Sorry, no clue. I've never used Scala with Maven and haven't worked with Scala 2.11 and JDK 8 in a very long time.
Do you have a minimal project that reproduces the issue?
But Googling led me to this: https://stackoverflow.com/questions/31851733/scala-compiliation-error-with-intellij
After reading that, I'd try running this all outside of IntelliJ - where your control of the execution environment (actual versions) is simpler.
I make a random guess of you using IntelliJ as you mention "SDK" and the error message matches.
Yes i'm on Intellij, and i tried everything on your link without success.
I have found that : -P:scapegoat:overrideLevels:all=Warning don't break the maven build.
The counterpart is every issues are now warnings.
Do you have an option to not fail maven build on error issues ?
Hello,
I have some difficulties to use scapegoat.
When i do mvn compile i get :
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.5.6:compile (default) on project standard-part: Execution default of goal net.alchim31.maven:scala-maven-plugin:4.5.6:compile failed: Compilation failed: InterfaceCompileFailed -> [Help 1]
I can see the scapegoat report in target but the compilation fail.
My configuration :
JDK : corretto-1.8.0_382
SDK : 2.11.12
MVN : 3.9.2
Any ideas ? Thanks :)
The text was updated successfully, but these errors were encountered: