Skip to content

Instantly share code, notes, and snippets.

@Mumfrey
Created April 29, 2015 10:36
Show Gist options
  • Save Mumfrey/66cbea14a4c9d10c4422 to your computer and use it in GitHub Desktop.
Save Mumfrey/66cbea14a4c9d10c4422 to your computer and use it in GitHub Desktop.
init.gradle
allprojects {
configurations.all {
resolutionStrategy {
cacheChangingModulesFor 0, 'seconds'
}
}
repositories {
mavenLocal()
}
buildscript {
repositories {
mavenLocal()
}
}
afterEvaluate {
repositories {
mavenLocal()
}
buildscript {
repositories {
mavenLocal()
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment