Skip to content

Commit

Permalink
add grails plugins maven repo to attempt to fix release plugin depend…
Browse files Browse the repository at this point in the history
  • Loading branch information
j4y committed Mar 1, 2015
1 parent bdb6a6b commit b5c695b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -11,6 +11,7 @@ grails.project.dependency.resolution = {
repositories {
grailsCentral()
mavenCentral()
mavenRepo "https://repo.grails.org/grails/plugins"
}

dependencies {
Expand Down

0 comments on commit b5c695b

Please sign in to comment.