``` configurations.all({ resolutionStrategy({ ...
# gradle
x
Copy code
configurations.all({
    resolutionStrategy({
        cacheChangingModulesFor(1, TimeUnit.MINUTES)
    })
})
instead of all, can I just look for GAVs starting with
com.xenoterracide