caipivara
6/19/2015 - 6:21 AM

Gradle - set SNAPSHOT repository to take the last available version. https://discuss.gradle.org/t/how-to-get-gradle-to-download-newer-snapsh

configurations.all {
    // check for updates every build
    resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}