Плагин Grails 2.3.6 не может найти jcenter?

У меня есть плагин Grails 2.3.6 со следующим BuildConfig:

grails.project.dependency.resolution = {
    // inherit Grails' default dependencies
    inherits("global") {
        // uncomment to disable ehcache
        // excludes 'ehcache'
    }

    log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose'

    repositories {
        grailsCentral()
        jcenter()
        mavenLocal()
        mavenCentral()
        mavenRepo "https://myartifactory01/artifactory/my-snapshots"
    }

    dependencies {
        // specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
        ...
    }
}

Когда я запускаю следующий вызов сборки:

grails clean package-plugin create-pom fizzbuzz

Я получил:

|Loading Grails 2.3.6
Error |
There was an error loading the BuildConfig: No signature of method: groovy.util.ConfigSlurper$_parse_closure5.jcenter() is applicable for argument types: () values: []
Possible solutions: clone(), getMc(), iterator(), println(), every(), println() (Use --stacktrace to see the full trace)

Зачем?

0 ответов

Другие вопросы по тегам