Skip to content

Instantly share code, notes, and snippets.

@crazycode
Created May 18, 2016 06:38
Show Gist options
  • Save crazycode/b3f5efe64a4f91bd02edc85422590680 to your computer and use it in GitHub Desktop.
Save crazycode/b3f5efe64a4f91bd02edc85422590680 to your computer and use it in GitHub Desktop.
.gradle/init.gradle
allprojects {
buildscript {
repositories {
mavenLocal()
maven { url 'http://localhost:8081/nexus/content/groups/public' }
jcenter()
maven { url 'http://repo.spring.io/plugins-release' }
maven { url 'http://repo.spring.io/milestone' }
maven { url "https://plugins.gradle.org/m2/" }
}
}
repositories {
mavenLocal()
maven {
url "http://localhost:8081/nexus/content/groups/public/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment