-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix version filename. #19
Conversation
I totally removed https://github.com/AudaxHealthInc/rally-versioning/pull/111/files#r314966791 was never resolved, but merged anyway, and now it's causing problems:
Inclusion here as-is does not make sense. If every lib adds its own version to the classpath at This code might make sense in rally-docker-sbt-plugin, but definitely not here. I'm backing out the whole thing until we can give it more thought. It did end up in rally-docker-sbt-plugin mostly for backwards compatibility with lib-spartan/ I'd recommend using https://github.com/sbt/sbt-buildinfo instead. @AndyKirsch also gutted the version determination in https://github.com/AudaxHealthInc/rally-versioning/pull/120, offloading that to https://github.com/dwijnand/sbt-dynver. https://github.com/lightbend/mima is perfectly useable these days on its own. I fixed our one gripe with it in lightbend-labs/mima#490. I would just use those directly. Between those other plugins, does rally-versioning/sbt-git-versioning still add any novel value? If not, we should consider archiving it. I don't plan to maintain it. WDYT, @jeffmay @arkban @k-lergic? |
I've been planning to migrate off of this plugin, but I haven't spent enough time on tying those other plugins into a coherent example project. Once I get something working, I might deprecate this library and link to a gist of an sbt project that provides the same basic capabilities needed for |
I would favor removing the |
Uhh, this might need someone to take over since @k-lergic is no longer working on this. |
Change the version filename from
rally-version.properties
tosbt-git-version.properties
. :)I upgraded things I could easily upgrade. I tried going to sbt 1.4.7 but there were syntax changes that cause the build to fail. :(