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

bintray is disabled can't resolve #15

Open
gilandose opened this issue Jul 1, 2021 · 1 comment
Open

bintray is disabled can't resolve #15

gilandose opened this issue Jul 1, 2021 · 1 comment

Comments

@gilandose
Copy link

can't resolve plugin bintray has been decommissioned, maybe this would be a good time to add this to the sbt community artefactory?

@falconepl
Copy link

@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:

addSbtPlugin("com.nescale" % "sbt-git-stamp" % "1.0.0")

And those two lines to the build.sbt file:

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

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

2 participants