我目前在我的 grails 项目中使用 twitter bootstrap 2.3.0。我想切换到新发布的 3.0 版本。我已将此行添加到 buildconfig 文件中的依赖项中。
编译“:twitter-bootstrap:3.0.0”
但是当我同步项目时,会出现以下错误。我也尝试过从命令行安装但失败了。错误日志如下。
: 问题摘要 :: :::: 错误 grailsCentral: 在http://grails.org/plugins/grails-twitter-bootstrap/tags/RELEASE_3_0_0/twitter-bootstrap-3.0.0.pom中发现错误组织:预期=''找到='org.grails.plugins'
我现在该怎么办 ?提前致谢。