问题
I have uploaded my android library on https://bintray.com and linked it with Jcenter repository http://jcenter.bintray.com/. Now I want to remove this library from JCenter repository. How can I do this?
回答1:
Unlink a package from JCenter is available only for paying customers, OSS users can't unlink a package from JCenter.
In case you want to remove your package from Jcenter you only need to unlink your package.
Enter your package, click on "Un-Link" button and then choose Jcenter.
However, important information you need to know about deleting content (taken from Bintray User Manual)
An important note about deleting any material:: Any package, version or file you have published, may now be an integral part of someone else’s project and deleting them may damage their work (deleting unpublished files is not a problem since they are not visible to anyone else)
Note: if your package has been linked to someone else’s repository and then you delete the package, Bintray will automatically create a copy of this package. This means that even though the data was deleted, the data still exists in another version somewhere.
I am with JFrog, the company behind bintray and artifactory.
来源:https://stackoverflow.com/questions/44434644/how-can-i-remove-my-library-from-maven-jcenter