I get Error Failed to resolve dependencies
error when I try to run, clean, or compile. My BuildConfig.groovy
file is as follows:
gr
Sometimes it seems like people are playing Hide and Seek with these plugins. I also have an older (grails 2.2.5) project that didn't work when I checked it out of source control. This hit me because I'm on a new computer that didn't have a local maven or ivy cache.
I added the following two repos in the repositories section of BuildConfig.groovy
mavenRepo "http://repo.grails.org/grails/core"
mavenRepo "http://repo.grails.org/grails/plugins"
and was able to get my project to refresh.
I found the first link here https://jira.grails.org/browse/GPSEARCHABLE-224 while trying to get the searchable plugin to work.
I found the second link in Downloading a Grails plugin