Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个项目,它使用 Gradle 将两个工件发布到 Maven 存储库。
我想发布第三个“空”工件,它可以用作其他两个的元/虚拟包,以便任何其他项目可以仅引用元工件作为依赖项并获得两个真正的依赖项。
这可能吗?我在文档中找不到与我需要的类似的东西。提前致谢。
Gradle 目前不支持 Maven BOM。您也许可以发布一个,但从 Gradle 使用它不会产生预期的效果。