Created
October 24, 2015 13:44
-
-
Save eleventigers/b4918cba5b754e00bca7 to your computer and use it in GitHub Desktop.
Gradle: suppress SNAPSHOT dependencies caching
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configurations.all { | |
resolutionStrategy.cacheChangingModulesFor 0, 'seconds' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment