この警告が 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