Error Failed to resolve dependencies grails

我怕爱的太早我们不能终老 提交于 2019-11-30 04:48:02
burns

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!