我的构建今天开始失败。看起来我们仍然指向已弃用的Maven存储库?如何更新我的gradle构建而不必覆盖每个mavenCentral?
如果执行以下操作,则我的构建将再次起作用。但是我有很多项目需要在 Jenkins 建立。
repositories{
mavenCentral(url:'https://repo.maven.apache.org/maven2')
}
这是我们看到的错误:
> Could not resolve commons-lang:commons-lang:2.6.
Required by:
project : > [ snip ]:1.0-SNAPSHOT > net.sf.ezmorph:ezmorph:1.0.6
> Could not resolve commons-lang:commons-lang:2.6.
> Could not get resource 'https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom'.
> Could not GET 'https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom'.
> Host name 'repo1.maven.org' does not match the certificate subject provided by the peer (CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US)
TIA!
皮科
最佳答案
这是今天开始的问题,请使用https://issues.sonatype.org/browse/MVNCENTRAL-2870跟踪状态。
关于maven - 如何解决:主机名 'repo1.maven.org'与提供的证书主题不匹配,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/47274255/