Skip to content

Instantly share code, notes, and snippets.

@breskeby
Created November 5, 2015 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save breskeby/8828472a3096f81b3195 to your computer and use it in GitHub Desktop.
Save breskeby/8828472a3096f81b3195 to your computer and use it in GitHub Desktop.
disable refresh of dynamicversions in gradle
configurations.all { resolutionStrategy.cacheDynamicVersionsFor Integer.MAX_VALUE, 'days' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment