关闭

Using insecure protocols with repositories, without explicit opt-in, is unsupported.

别叨叨 1年前 ⋅ 337 阅读

build android项目时报错:

Using insecure protocols with repositories, without explicit opt-in, is unsupported.

在build.gradle配置中添加"allowInsecureProtocol = true"

maven {
allowInsecureProtocol = true
url 'http://maven.aliyun.com/nexus/content/groups/public'
}

全部评论: 0

    我有话说: