-
Notifications
You must be signed in to change notification settings - Fork 256
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 JCenter #69
Comments
For anyone that wants to get rid of
|
Any updates? Will we get a Maven Central (or other repository) update for the library? |
EDIT:
Use with Happy Coding 😁 |
I just forked this repo and added to my project via Jitpack (https://jitpack.io/) You can use the line above 1.Fork this repo The last part is commit hash,You can use a different commit hash for a diferent version. 4 Just paste this newly created string in your build gradle sync a few times took me 2-3 syncs Done :) You also need to add this line to build gradle
My root build gradle file
|
For gradle plugin version 7.0.3, I need to edit settings.gradle to use the library from the jitpack repository.
|
@dncks1525 Remember that order matters. With such setup - library will still be downloaded from jCenter. I'd recommend to move it to the end |
@omkar-tenkale I believe the jitpack.io repo is protected by authentication. If we try to download it from jitpack we get an authentication error. I am wondering if you have jitpack authentication already configured so it is working for you. |
@brian-pinwheel No its public |
@omkar-tenkale This is the URL that was computed when I included the library and when I tried to access it, I was met with an authentication prompt. Is the URL not computed correctly from the build or is the maven artifact repository private? |
You tried using the new
|
@omkar-tenkale I was going off the readme of the repo. Should I be looking elsewhere for which version to use? Also, do you make the current version public and password protect older versions? I would think if you were trying to use an authentication model you would want to password protect the latest version. I am a bit concerned about depending on a library that might make the version I'm using password-protected in the future. |
In may this library won't be available from JCenter: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
Please migrate this library to some other repository
The text was updated successfully, but these errors were encountered: