Skip to content

CodeHaus Unreliabiltiy

Dominic Chambers edited this page Feb 11, 2015 · 1 revision

Caplin developers can work around the unreliability we've been seeing with codehaus.org by creating a ~/.gradle/init.gradle file containing these contents:

allprojects {
  repositories {
    maven { url "http://artifactory.caplin.com/repo1/"; }
    maven { url "http://bladerunnerjs.github.io/brjs-build-dependencies/repo"; }
    mavenCentral()
  }
}
Clone this wiki locally