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 构建使用的工件依赖项,有没有办法查看这些工件的新版本是否存在于该构建使用的任何存储库中?
此外,这种工具用于确定“较新”的算法是什么?
看看gradle-versions-plugin。
gradle-versions-plugin
该文档还解释了什么被认为是更新或最新版本。
另请注意,从 Gradle 4.8 开始的替代方法是结合动态版本和依赖锁定。