Skip to content

Commit

Permalink
Merge pull request #2624 from GMOD/fix_grails_build
Browse files Browse the repository at this point in the history
Update mavenRepo to fix grails error
  • Loading branch information
garrettjstevens authored Jun 14, 2021
2 parents 210b46f + 2c64247 commit e4ca4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ grails.project.dependency.resolution = {
grailsCentral()
mavenCentral()

mavenRepo "http://repo.grails.org/grails/core"
mavenRepo "https://repo.grails.org/artifactory/core/"
mavenRepo "https://repo.grails.org/artifactory/plugins/"
// uncomment these (or add new ones) to enable remote dependency resolution from public Maven repositories
//mavenRepo "http://repository.codehaus.org"
//mavenRepo "http://download.java.net/maven/2/"
Expand Down Expand Up @@ -198,4 +199,3 @@ grails.project.dependency.resolution = {
// version="2.7.0"
// gin.version = '2.1.2'
//}

0 comments on commit e4ca4c7

Please sign in to comment.