``` configurations.all { // check for updates ...
# announcements
h
Copy code
configurations.all {
    // check for updates every build
    resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
or
--refresh-dependencies
as @jw pointed out.