build.gradle
@@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. apply from:"config.gradle" buildscript { repositories { @@ -38,8 +38,8 @@ } maven { credentials { username '5f067ef57cd41782836ff14b' password 'RyTWP(4APhV8' username rootProject.ext.ALIYUN_USER_NAME password rootProject.ext.ALIYUN_PASSWORD } url 'https://packages.aliyun.com/maven/repository/2012126-release-Mc0DNo/' }