且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何从Maven JCenter中删除我的库?

更新时间:2023-09-29 23:33:28

从JCenter取消链接软件包仅适用于付费客户,OSS用户无法从JCenter取消链接软件包.

如果要从Jcenter中删除软件包,只需取消链接即可.
输入您的软件包,单击取消链接"按钮,然后选择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.

但是,您需要了解有关删除内容的重要信息(摘自Bintray 用户手册)

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)

注意:如果您的软件包已链接到其他人的存储库,然后您删除了该软件包,则Bintray会自动创建该软件包的副本.这意味着即使删除了数据,数据仍然存在于某个地方的另一个版本中.

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.

我与和.