Created
April 29, 2015 10:36
-
-
Save Mumfrey/66cbea14a4c9d10c4422 to your computer and use it in GitHub Desktop.
init.gradle
This file contains hidden or 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
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