Join Slack
Powered by
This message was deleted.
# community-support
s
Slackbot
03/23/2023, 8:37 AM
This message was deleted.
v
Vampire
03/23/2023, 1:16 PM
https://docs.gradle.org/current/dsl/org.gradle.api.artifacts.ResolutionStrategy.html#org.gradle.api.artifacts.ResolutionStrategy:cacheChangingModulesFor(int,%20java.util.concurrent.TimeUnit)
Vampire
03/23/2023, 1:17 PM
This has nothing to do with composite builds
Vampire
03/23/2023, 1:18 PM
With it you can configure how long to cache a changing version like
1.0.0-SNAPSHOT
before checking whether there is a new artifact with the same version.
e
Eugen Mayer
03/23/2023, 3:28 PM
thank you! So it impacts mainly snapshots
v
Vampire
03/23/2023, 5:50 PM
All versions that are declared to be changing. But typically those are snapshot versions, yes.
13
Views
Open in Slack
Previous
Next