Skip to content

Instantly share code, notes, and snippets.

@mickknutson
Created February 12, 2012 13:41
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 mickknutson/1808619 to your computer and use it in GitHub Desktop.
Save mickknutson/1808619 to your computer and use it in GitHub Desktop.
gradle repositories
repositories {
maven {url: 'file:///C:/usr/repository/'}
mavenCentral()
maven {url: 'http://download.java.net/maven/2'}
maven {url: 'http://maven.glassfish.org/content/repositories/eclipselink'}
maven {url: 'http://maven.glassfish.org/content/repositories/eclipselink'}
maven {url: 'http://nexus.openqa.org/content/repositories/releases/'}
maven {url: 'http://scala-tools.org/repo-releases'}
maven {url: 'http://repository.jboss.org/nexus/content/groups/public-jboss/'}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment