*`_What should_ we do _about the current android p...
# gradle
a
_What should_ we do _about the current android project?_
UPDATE: To better support the community in this migration, JFrog has extended the JCenter new package versions submission deadline through March 31st 2021. To clarify, the JCenter repository will keep serving packages for 12 months until February 1st 2022. Only the JCenter REST API and UI will be sunsetted on May 1st 2021.
v
What exactly is your question?
a
If JCentre support has shut down then what will happen those projects used JCentre hosted 3rd party library?
v
They have to nicely ask the library maintainers to switch to another repository, for example Maven Central and then change their builds to point to that instead.
a
Google also used JCentre cloud services for some of there libraries. Concerns me if some of the things not maintain properly then what will happen or what should I do ?
v
Overtake maintenance :-)
In the very worst case, check them into VCS with your project or get it hosted somewhere else and use it from there or whatever.
There is no general advice that can be given
a
@Vampire thank you for your time and i think alikes.
g
You also can copy already published files to your own repository
This what we plan to do in a month or two with all libraries which will not be updated and republished
I would recommend to start preparing now, just keep jcenter only for libraries which are available only there (there is Gradle repository DSL
exclusiveContent
for this) So you will have a clear list of libs which are not available outside of jcenter, so you could decide what to do with them (create an issue, get rid of them or republish yourself)
👍 1
a
Thank you @gildor. Republishing is a bit difficult for nodular libraries cause using a library for simple use case but it's now a big challenge 🙏
g
Republishing is a bit difficult for nodular libraries
What do you mean?
I don’t want to say that republishing is some extremely easy thing, it probably requires manual post of artifacts to repo, but it also not something very complicated, it’s just a few files in a dir
a
In a sense of doing simple things like compression of media files, have to publish a library. I used library avoid doing stuff of compression related things but now doing my own thing is relatively good.
g
Not sure that I follow 😄
🙂 1