Skip to content

Instantly share code, notes, and snippets.

@eleventigers
Created October 24, 2015 13:44
Show Gist options
  • Save eleventigers/b4918cba5b754e00bca7 to your computer and use it in GitHub Desktop.
Save eleventigers/b4918cba5b754e00bca7 to your computer and use it in GitHub Desktop.
Gradle: suppress SNAPSHOT dependencies caching
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment