gpt4 book ai didi

java - gradle jcenter 替代品或镜像

转载 作者:行者123 更新时间:2023-12-02 11:17:19 40 4
gpt4 key购买 nike

我的服务器无法连接到 jcenter(亚马逊云)。我可以指定替代 jcenter-server 吗?

20:23:17 :microservice-wrapper:unspecified > org.akhikhl.gretty:gretty:2.0.0 20:23:17 > Could not resolve org.springframework.boot:spring-boot-loader-tools:1.5.4.RELEASE. 20:23:17 > Could not get resource 'https://jcenter.bintray.com/org/springframework/boot/spring-boot-loader-tools/1.5.4.RELEASE/spring-boot-loader-tools-1.5.4.RELEASE.pom'. 20:23:17 > Could not HEAD 'https://jcenter.bintray.com/org/springframework/boot/spring-boot-loader-tools/1.5.4.RELEASE/spring-boot-loader-tools-1.5.4.RELEASE.pom'. 20:23:17 > Connect to repo.jfrog.org:443 [repo.jfrog.org/34.227.55.218, repo.jfrog.org/34.200.155.151] failed: Connection refused (Connection refused) 20:23:17 > Could not resolve org.springframework.boot:spring-boot-devtools:1.3.3.RELEASE.

最佳答案

是的,您可以按照Gradle中的描述配置自定义存储库。文档。请记住 jcenter 是 Maven 存储库类型。如果您想提供自定义 Maven 存储库,您可以按以下方式定义其 URL:

repositories {
maven {
url "http://repo.mycompany.com/maven2"
}
}

jcenter 的替代方案在 Gradle 中进行了描述。还有文档,例如:mavenCentral()。另外thisthis类似的答案说明了如何实现预期的行为。

关于java - gradle jcenter 替代品或镜像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50180568/

40 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com