Is it possible to have multiple repos in a resolve closure for the Artifactory Gradle plugin?

自古美人都是妖i 提交于 2019-12-04 03:16:33

From what I can tell, this isn't supported. However, you can always create a virtual repository on the Artifactory side that includes ext-releases-local and repo1-cache. (There is also a predefined virtual repository named /repo that includes all repositories.) As a nice side effect, this will likely perform better than declaring two repositories on the Gradle side.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!