Skip to content

Commit

Permalink
Merge pull request #26 from aodn/fixbuildConfig
Browse files Browse the repository at this point in the history
Fix buildConfig
  • Loading branch information
Dan Fruehauf committed Jul 7, 2015
2 parents 903086b + a4e9ad4 commit 26b573e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ grails.project.dependency.resolution = {
grailsHome()
grailsCentral()

mavenLocal()
mavenCentral()
mavenRepo "https://repo.grails.org/grails/plugins"

// uncomment the below to enable remote dependency resolution
// from public Maven repositories
//mavenLocal()
//mavenCentral()
//mavenRepo "http://snapshots.repository.codehaus.org"
//mavenRepo "http://repository.codehaus.org"
//mavenRepo "http://download.java.net/maven/2/"
//mavenRepo "http://repository.jboss.com/maven2/"
}
Expand Down

0 comments on commit 26b573e

Please sign in to comment.