无法为grails 2.2.3安装searchable 0.6.5

无法为grails 2.2.3安装searchable 0.6.5,grails,searchable-plugin,Grails,Searchable Plugin,当我需要grails 2.2.3的可搜索0.6.5插件时,我修改了BuildConfigh.groovy,如下所示: dependencies { compile ":searchable:0.6.5" } plugins { runtime ":hibernate:$grailsVersion" runtime ":jquery:1.8.3" runtime ":resources:1.2" test(":spock:0.7") { excl

当我需要grails 2.2.3的可搜索0.6.5插件时,我修改了BuildConfigh.groovy,如下所示:

dependencies {

compile ":searchable:0.6.5"
}

plugins {
    runtime ":hibernate:$grailsVersion"
    runtime ":jquery:1.8.3"
    runtime ":resources:1.2"
    test(":spock:0.7") {
        exclude "spock-grails-support"}
    // Uncomment these (or add new ones) to enable additional resources capabilities
    //runtime ":zipped-resources:1.0"
    //runtime ":cached-resources:1.0"
    //runtime ":yui-minify-resources:0.1.5"

    build ":tomcat:$grailsVersion"

    runtime ":database-migration:1.3.2"

    compile ':cache:1.0.1'
    compile ":searchable:0.6.5"
}
保存文件后,我刷新依赖项以安装插件,但收到以下消息:

Loading Grails 2.2.3
| Configuring classpath
| Downloading: searchable-0.6.5.pom.sha1
:: problems summary ::
:::: ERRORS
    grailsCentral: bad organisation found in http://grails.org/plugins/grails-searchable/tags/RELEASE_0_6_5/searchable-0.6.5.pom: expected='' found='org.grails.plugins'
| Downloading: searchable-0.6.5.pom.sha1
:: problems summary ::
:::: ERRORS
    grailsCentral: bad organisation found in http://grails.org/plugins/grails-searchable/tags/RELEASE_0_6_5/searchable-0.6.5.pom: expected='' found='org.grails.plugins'

| Downloading: searchable-0.6.5.pom.sha1
:: problems summary ::
:::: ERRORS
    grailsCentral: bad organisation found in http://grails.org/plugins/grails-searchable/tags/RELEASE_0_6_5/searchable-0.6.5.pom: expected='' found='org.grails.plugins'
| Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):
- :searchable:0.6.5

Process was killed

我想这可能是我的网络问题,但我检查了网络连接是否正常。你遇到过这样的问题吗?谁能帮我解决安装searchable 0.6.5的问题?非常感谢。

您不能将版本0.6.5与2.2.3一起使用-请参阅插件页面上的注释:


使用版本0.6.4。唯一的区别是,在2.3中使用插件只需一个小补丁即可。

您不能将版本0.6.5与2.2.3一起使用-请参阅插件页面上的注释:


使用版本0.6.4。唯一的区别是,在2.3版本中,只需进行一次简单的修复即可使插件正常工作。

谢谢您的回答。但是,当我更改为0.6.4时,出现了相同的消息::问题摘要::::错误grailsCentral:在中发现了错误的组织:expected=''found='org.grails.plugins',谢谢您的回答。但是,当我更改为0.6.4时,出现了相同的消息::问题摘要:::错误grailsCentral:在中发现了错误的组织:预期=''找到=''org.grails.plugins'