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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: