如何更改 Gradle 工件缓存的生存时间?

发布于 2024-12-25 20:42:01 字数 54 浏览 1 评论 0原文

我有兴趣减少 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜心 2025-01-01 20:42:01

快照在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文