问题记录
to redirect to a secure protocol (like HTTPS) or allow insecure protocols.
原因分析:使用vpn不安全连接下载依赖
解决:
maven {
allowInsecureProtocol = true
xxxxxxxxxxxx
xxxxxxxxxxxxx
}
to redirect to a secure protocol (like HTTPS) or allow insecure protocols.
原因分析:使用vpn不安全连接下载依赖
解决:
maven {
allowInsecureProtocol = true
xxxxxxxxxxxx
xxxxxxxxxxxxx
}