Skip to content

Instantly share code, notes, and snippets.

@dsdstudio
Created December 3, 2012 13:29
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 dsdstudio/4195054 to your computer and use it in GitHub Desktop.
Save dsdstudio/4195054 to your computer and use it in GitHub Desktop.
gradle dependency
/**
* SNAPSHOT repository 에있는 artifact 같은버전을 여러번 참조하는경우 <br />
* 못 가져오는경우도 있을수 있으므로 cache expired 를 1초로 세팅한다.
*/
configurations.all {
resolutionStrategy.cacheChangingModulesFor 1, 'seconds'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment