Skip to content

Commit

Permalink
Modified build.gradle to include Groovy Maven repository.
Browse files Browse the repository at this point in the history
Changed gradle-wrapper.properties to reference correct Gradle repository URL.
  • Loading branch information
Jonathan Pearlin committed May 29, 2011
1 parent 25ae483 commit 06dedd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -4,6 +4,6 @@ distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
distributionVersion=1.0-milestone-3 distributionVersion=1.0-milestone-3
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
urlRoot=http\://dist.codehaus.org/gradle urlRoot=http\://gradle.artifactoryonline.com/gradle/distributions/
distributionName=gradle distributionName=gradle
distributionClassifier=bin distributionClassifier=bin
4 changes: 4 additions & 0 deletions grails-exec-testsuite/build.gradle
Expand Up @@ -6,6 +6,10 @@ buildscript {
dependencies { dependencies {
classpath project(":grails-exec") classpath project(":grails-exec")
} }

repositories {
mavenRepo urls: "http://repository.codehaus.org"
}
} }


dependencies { dependencies {
Expand Down

0 comments on commit 06dedd6

Please sign in to comment.