I know it is possible to define the lifetime of dy...
# community-support
t
I know it is possible to define the lifetime of dynamic versions via
Copy code
configurations.all { resolutionStrategvy.cacheDynamicVersionsFor = ... }
in
buildscript
blocks, but is there an equivalent API in the
pluginManagement
API available or will be at any time?