此警告开始在 IntelliJ 中显示:
“org.codehaus.groovy.grails.resolve.config.RepositoriesConfigurer”中的“mavenLocal”不能应用于“()”
这是来自 BuildConfig.groovy 的相关片段。
repositories {
inherits true // Whether to inherit repository definitions from plugins
grailsPlugins()
grailsHome()
grailsCentral()
mavenLocal()
mavenRepo "https://mycompany.artifactoryonline.com/mycompany/repo"
mavenCentral()
}
环境:
OSX 10.6.8
Grails 2.0.3
IntelliJ 11.1.2