Jcenterアドレスに接続できません https://jcenter.bintray.com/
502 Bad Gateway応答を受け取りました
また、私のintellj IDEをクリックした後、gradle refreshをクリックします
Could not GET 'https://jcenter.bintray.com/com/github/jnr/jffi/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
誰が何が起こったか知っていますか?
ビントレイのダウンロードネットワークで「断続的な問題」が発生しています: https://status.bintray.com/
jcenter()とconfig aliyun mavenを削除できることを示唆
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
}
maven {
url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'
}