ivy默认使用的Maven仓库下载速度有点慢,所以想改成国内的,添加如下resolver:
<ibiblio name="working-chinese-mirror" root="http://maven.aliyun.com/nexus/content/groups/public/" m2compatible="true" />
但是在下载依赖 jar 的时候提示错误,提示 response code 不正确,抓取下载链接发现阿里云的会进行302跳转,应该是resolver没有处理这种情况。
原文地址:https://www.cnblogs.com/darkday/p/11196356.html
时间: 2024-10-01 10:56:45