Skip to content

Instantly share code, notes, and snippets.

@keesun
Created February 27, 2012 04:53
Show Gist options
  • Select an option

  • Save keesun/1921493 to your computer and use it in GitHub Desktop.

Select an option

Save keesun/1921493 to your computer and use it in GitHub Desktop.
gradle's repository configuration
repositories {
mavenCentral()
maven {
url "http://repo.mycompany.com/maven2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment