私はgrails 2.4.4を使用しています。mongodbプラグインを 3.0.1 から最新の 3.0.2 にアップグレードすると、1 つの jar を見つけてインストールできません。そのスロー:
| Error Resolve error obtaining dependencies: Failed to read artifact descriptor for org.grails:grails-datastore-gorm-plugin-support:jar:3.1.3.BUILD-SNAPSHOT (Use --stacktrace to see the full trace)
BuildConfig.groovy の私のリポジトリ構成は次のとおりです。
inherits true
mavenRepo "https://repo1.maven.org/maven2/"
mavenRepo "https://repo.grails.org/grails/plugins"
grailsPlugins()
grailsHome()
grailsCentral()
mavenLocal()
//mavenCentral()