Skip to content

Commit

Permalink
Fix broken Grails plugin repo
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavDedik committed Jul 8, 2016
1 parent e7d817a commit 3cc920c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ grails.project.dependency.resolution = {
//mavenRepo "http://repository.codehaus.org"
//mavenRepo "http://download.java.net/maven/2/"
//mavenRepo "http://repository.jboss.com/maven2/"
mavenRepo "http://repo.grails.org/grails/repo/"
}

dependencies {
Expand Down

0 comments on commit 3cc920c

Please sign in to comment.