突然 spring-boot-maven-plugin:2.7.1:build-image 无法下载 spring-cloud-bindings

Mat*_*rra 5 spring-boot spring-boot-maven-plugin

在 AWS CodeBuild 管道中,我在构建映像任务期间收到此错误:

could not download https://repo.spring.io/release/org/springframework/cloud/spring-cloud-bindings/1.10.0/spring-cloud-bindings-1.10.0.jar
Run Code Online (Sandbox Code Playgroud)

同样的构建在我的 PC 上失败,并且 repo.spring.io 上不再存在工件 spring-cloud-bindings-1.10.0.jar。

Mat*_*rra 1

今天,构建映像任务正在运行,并且可以从 URL https://repo.spring.io/release/org/springframework/cloud/spring-cloud-bindings/1.10获取 spring-cloud-bindings-1.10.0.jar .0/spring-cloud-bindings-1.10.0.jar

问题原因是 Spring 存储库暂时不可用。

这是此任务不使用 Maven 存储库缓存机制的证据。