为什么 Grails 从周日开始就完全崩溃了,为什么没有人注意到?

Why is Grails completely broken since Sunday and why is no one noticing?

自周日以来,我和我的同事无法构建任何 Grails 项目,甚至无法创建任何版本的新 Grails 应用程序。我们有完全独立的开发环境。

例如:

$ grails create-app --profile web junk | Error Error occurred running Grails CLI: Could not find artifact org.grails:grails-bom:pom:4.0.10 in grailsCentral (https://repo.grails.org/grails/core) (Use --stacktrace to see the full trace)

./gradlew dependencies 也因 Could not find org.grails:grails-gradle-model:3.2.13).

而失败

存储库 repo.grails.org 已启动,但是当我浏览它时,它非常慢并且丢失了很多很多工件。

他们有办法配置 build.gradle 来解决这个问题吗?我们有几个使用不同版本的 Grails 项目,大部分使用默认的存储库配置。

这里实际上有一些关于 Whosebug 的讨论,但更多关于 github 问题:https://github.com/grails/grails-core/issues/11825

您当然可以阅读该问题以获得比 post 更有意义的更多信息,但简短版本是:URL 无意中更改,临时解决方法是移至 https://repo.grails.org/artifactory/core

我想我们在 grails 博客中有与此问题相关的官方消息 - https://grails.org/blog/2021-06-10-grails-wrapper-update.html