此警告開始出現在的IntelliJ:
'mavenLocal' 在 'org.codehaus.groovy.grails.resolve.config.RepositoriesConfigurer' 不能適用於 '()'的IntelliJ mavenLocal Grails的警告BuildConfig
這裏的來自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
不mavenLocal(擺脫警告)需要某種形式的路徑?它還知道如何找到本地的maven? – Gregg