Skip to content

Commit

Permalink
fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Feb 18, 2013
1 parent 28d6dee commit 24a5b17
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Expand Up @@ -86,7 +86,6 @@ if (jointBuildGroovyJarProperty) {

allprojects {
repositories {
mavenLocal()
maven { url "http://repo.grails.org/grails/core" }
// TODO configure this as a remote for repo.grails.org so we don't need this here...
maven { url 'http://oss.sonatype.org/content/repositories/snapshots' }
Expand Down Expand Up @@ -157,6 +156,11 @@ subprojects { project ->
)
}
}
repositories {
if(!isCiBuild) {
mavenLocal()
}
}

dependencies {
groovy groovyDependency
Expand Down

0 comments on commit 24a5b17

Please sign in to comment.