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

handle bintray shutdown #659

Closed
ancho opened this issue Feb 14, 2021 · 8 comments · Fixed by #671
Closed

handle bintray shutdown #659

ancho opened this issue Feb 14, 2021 · 8 comments · Fixed by #671

Comments

@ancho
Copy link
Member

ancho commented Feb 14, 2021

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

As of now jcenter will not accept any submissions after may 31st.

This has srveral implications for deployment and publishing the binary distribution packages.

@jonbullock
Copy link
Member

Shame as sync to Maven Central was very useful.

How about using GitHub releases part to host the release ZIP files? Did a quick search and came across this Gradle plugin: https://github.com/BreadMoirai/github-release-gradle-plugin

@ancho
Copy link
Member Author

ancho commented Feb 15, 2021

I was thinking about that too. On the other hand we can also publish it to the webserver. I am still not quite sure if it is the best idea to bind oneself to much to github.

@ancho
Copy link
Member Author

ancho commented Feb 15, 2021

Hmm....but the plugin looks very useful indeed.

@jonbullock
Copy link
Member

Yeah jbake.org was my first thought too.

We could aim to publish to both.

@matthiasblaesing
Copy link
Contributor

You don't need bintray to publish to maven central. Sonatype itself (they host central) offers a staging repository: OSSRH (https://central.sonatype.org/pages/ossrh-guide.html). I use OSSRH for personal projects and the JNA project.

@ancho
Copy link
Member Author

ancho commented Feb 17, 2021

Yes. Thank you. I picked this plugin as a candidate for publishing to sonatype OSSRH

@ancho
Copy link
Member Author

ancho commented Feb 17, 2021

Everything else is already prepared https://issues.sonatype.org/browse/OSSRH-7293

@keilw
Copy link

keilw commented Feb 21, 2021

Yes, you can check how UoM did this in unitsofmeasurement/uom-parent#24 and individual tasks for particular subprojects and repos.

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

Successfully merging a pull request may close this issue.

4 participants