-
Notifications
You must be signed in to change notification settings - Fork 37
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
Migrate to Maven Central #120
Comments
Yeah, this is unfortunate and annoying to say the least. Especially the short timeline 😞 We'll move pbandk to Maven Central in the near future. Hopefully prior to Feb 28th, but if not then definitely in March. |
This PR converts all existing plumbing to upload to Maven Central instead of Bintray. Key changes are: 1. Rename all Bintray/JCenter references to Sonatype/Maven Central 2. Change maven URL 3. Add artifact signing 4. Update pom.xml so it contains all required attributes for Maven Central (see here https://central.sonatype.org/publish/requirements/#sufficient-metadata) 5. Enable publishing of snapshot builds Relates to #120 Co-authored-by: Gary Peck <[email protected]>
Version |
Ok, I think I've worked around this by just tweaking the order of the release instructions slightly. |
Maven Central doesn't have libraries: 'com.androidadvance:topsnackbar:1.1.1', 'com.baoyz.swipemenulistview:library:1.3.0' |
@anastasiaShpakava this issue is about the pbandk library. You'll need to find the issue trackers for those two libraries and report your problem there. |
@garyp Maven Central doesn't have library: 'com.github.vmg.protogen:protogen-annotations:1.0.0' |
@arnima0294 that is not a pbandk library. You'll need to contact the authors of that library. |
JFrog just announced that they'll be shutting down JCenter:
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
Key dates are:
Hence
pbandk
should also be migrated to another maven repository like Maven central.The text was updated successfully, but these errors were encountered: