Skip to content

Instantly share code, notes, and snippets.

@Mumfrey
Created February 3, 2016 15:12
Show Gist options
  • Save Mumfrey/632f37a405d93075d7e7 to your computer and use it in GitHub Desktop.
Save Mumfrey/632f37a405d93075d7e7 to your computer and use it in GitHub Desktop.
Specify local .m2 repository
allprojects {
repositories {
mavenLocal()
}
buildscript {
repositories {
mavenLocal()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment