如何更改 Gradle 工件缓存的生存时间?
我有兴趣减少 Gradle 中依赖项快照版本刷新之间的时间。 我该如何配置它以及默认值是多少?
I am interested in reducing the time between refresh of SNAPSHOT versions of dependencies in Gradle.
How can I configure it and what is the default value?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
快照在 Gradle 中被视为更改模块。默认情况下,它们每 24 小时刷新一次。
有一个关于如何在 Gradle 中配置它的说明 文档
Snapshots treated in Gradle as changing modules. By default, they are refreshed every 24 hours.
There is an explanation available on how to configure it in the Gradle documentation