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

NoSuchMethodError when moving to sbt 1.5.4 #300

Open
Reeebuuk opened this issue Jun 24, 2021 · 0 comments
Open

NoSuchMethodError when moving to sbt 1.5.4 #300

Reeebuuk opened this issue Jun 24, 2021 · 0 comments

Comments

@Reeebuuk
Copy link

Could this be the reason why our common plugin is failing when we move from 1.3.13->1.5.4
Error like
[error] java.lang.NoSuchMethodError: 'sbt.internal.util.Init$Initialize sbt.Def$.ifS(sbt.internal.util.Init$Initialize, sbt.internal.util.Init$Initialize, sbt.internal.util.Init$Initialize)'

on this line

releaseVersionBump := { if (sys.env.getOrElse("RELEASE_PROCESS", "").matches("master_release")) Minor else Next }

Using 1.1.0.

Any hints?

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

1 participant