We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
can't resolve plugin bintray has been decommissioned, maybe this would be a good time to add this to the sbt community artefactory?
The text was updated successfully, but these errors were encountered:
@gilandose I have recently created a fork of this plugin: https://github.com/nescale/sbt-git-stamp
It's available on Maven Central. You can switch to it by adding the following to the project/plugins.sbt file:
project/plugins.sbt
addSbtPlugin("com.nescale" % "sbt-git-stamp" % "1.0.0")
And those two lines to the build.sbt file:
build.sbt
import com.nescale.gitstamp.GitStampPlugin._ Seq(gitStampSettings: _*)
Check out the README for more details. Version 1.0.0 of the fork is compatible with the last version (6.2.0) of this plugin
Sorry, something went wrong.
No branches or pull requests
can't resolve plugin bintray has been decommissioned, maybe this would be a good time to add this to the sbt community artefactory?
The text was updated successfully, but these errors were encountered: