-
Notifications
You must be signed in to change notification settings - Fork 602
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
Build fails when using -Pscala-2.12 #422
Comments
The same problem, more information about the error here:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build fails on assembly module due to scala-2.11 dependencies.
I think this is due to the
${scala.binary.version}
being used in themodules
sections, and it's populated before the profiles are loaded.When I ensure that scala-2.12 is the default in the
<properties>
then it works fine.The text was updated successfully, but these errors were encountered: