如何设置Artifactory以使用https://maven.google.com作为远程仓库?

时间:2018-01-29 15:33:38

标签: android maven android-gradle artifactory

我有一个Android项目正在使用大于3.0的gradle版本进行更新。以前,gradle插件是从jcenter()中检索出来的,但现在Google已将其移动到自己的存储库中。

我想将Google maven服务器设置为Artifactory中的远程服务器,但似乎我的Android项目似乎没有在我设置的Google远程服务器上找到它。

我需要设置这种特定的方式,因为公司希望受控构建能够以离线方式重现,只能发送到内部网络上的服务器而不是网络上的服务器。因此,根据公司的SOP,将来google maven服务器还不够好。

我将远程设置为:

URL: https://maven.google.com
Repository Layout: maven-2-default
Repository Layout Mapping: maven-2-default

我是否需要使用最新版本的神器,因为我目前正在使用4.9.0。我必须通过公司的IT小组来升级版本,这就是为什么我没有把它作为我的第一个选择。

谢谢!

1 个答案:

答案 0 :(得分:0)

https://maven.google.com重定向到https://dl.google.com/dl/android/maven2/index.html,但Artifactory引发错误404,您需要在远程仓库中配置https://dl.google.com/dl/

最好的问候。