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

Migration from bintray #262

Closed
narma opened this issue Feb 27, 2021 · 4 comments
Closed

Migration from bintray #262

narma opened this issue Feb 27, 2021 · 4 comments

Comments

@narma
Copy link

narma commented Feb 27, 2021

Bintray will be disabled soon: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

@oyvindberg
Copy link
Collaborator

Thank you, an issue was necessary to track this.

List of things which need to be done:

  • Publish the converter to maven central. This is easy (the runtime artifact is already there), except that there currently is a manually shaded fork of circe 0.13 on bintray, which I don't want to publish to maven central in it's current form. This was/is absolutely necessary to coexist with other sbt plugins, unfortunately. Research is needed how other sbt plugins shade dependencies.
  • The CLI tool supports publishing jars directly to users bintray. All the publication code needs to be scrapped and rewritten for that functionality to keep working. Note that this is most probably relatively easy to do, we just need to integrate with other libraries. I'm not using this functionality myself, so this is a great area for those who use it to contribute. The file in question is here. Ideally we pick something which can publish to all kinds of repos

@oyvindberg
Copy link
Collaborator

snapshots are now available at sonatype s01

resolvers += MavenRepository("sonatype-s01-snapshots", "https://s01.oss.sonatype.org/content/repositories/snapshots")
addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta30+29-bd7edd1b-SNAPSHOT")

release to maven central should follow soonish

@oyvindberg
Copy link
Collaborator

now coursier can hopefully upgrade as well coursier/apps#89

@oyvindberg
Copy link
Collaborator

Fully fixed in beta32

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