1、gradle-wrapper.properties
distributionUrl=http://localhost:7000/gradle-6.5-bin.zip
2、build.gradle(project)
mavenCentral()
// maven{url ‘http://maven.aliyun.com/nexus/content/groups/public/’}
maven{ url ‘https://maven.aliyun.com/repository/google’}
maven{ url ‘https://maven.aliyun.com/repository/gradle-plugin’}
maven{ url ‘https://maven.aliyun.com/repository/public’}
maven{ url ‘https://maven.aliyun.com/repository/jcenter’}
jcenter(){ url 'http://jcenter.bintray.com/'}
3、gradle.properties(project)
systemProp.javax.net.ssl.trustStore=C:\Program Files\Java\jdk1.8.0_231\jre\lib\ext\jssecacerts
systemProp.javax.net.ssl.trustStorePassword=changeit