我们已经使用 Grails 4.0.0 一年多了,从昨天开始,我们现在无法使用以下构建配置下载依赖项。
buildscript {
repositories {
maven { url "https://repo.grails.org/grails/core" }
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
}
}
我们收到以下错误。看起来https://repo.grails.org/grails/core不再是下载依赖项的正确 URL 存储库。有谁知道正确的 URL 或如何解决?尝试过http://repo.grails.org/grails/plugins/并尝试了不同类型的东西,但没有奏效。在此先感谢您的帮助!
A problem occurred configuring root project 'IronDataMobile_2.11.9'.
无法解析配置“:classpath”的所有工件。找不到 org.grails:grails-gradle-plugin:4.0.0。在以下位置搜索: - https://repo.grails.org/grails/core/org/grails/grails-gradle-plugin/4.0.0/grails-gradle-plugin-4.0.0.pom - https:// /repo.grails.org/grails/core/org/grails/grails-gradle-plugin/4.0.0/grails-gradle-plugin-4.0.0.jar 要求:项目:
- 尝试:使用 --stacktrace 选项运行以获取堆栈跟踪。使用 --info 或 --debug 选项运行以获得更多日志输出。运行 --scan 以获得完整的见解。