清理敏感秘钥推送,在GitHub保护机制中,密码秘钥推送会被拒绝。
This commit is contained in:
17
build.gradle
17
build.gradle
@@ -6,15 +6,6 @@ buildscript {
|
|||||||
url 'file:///sdcard/.m2/repository/'
|
url 'file:///sdcard/.m2/repository/'
|
||||||
}
|
}
|
||||||
|
|
||||||
//米盟通过maven接入时,要做如下配置
|
|
||||||
maven {
|
|
||||||
url "https://repos.xiaomi.com/maven"
|
|
||||||
credentials {
|
|
||||||
username 'mimo-developer'
|
|
||||||
password 'AKCp8ih1PFG9tV8qaLyws67dLGZi8udFM39SfsHgihN15cgsiRvHuxj8JzFmuZjaViVeNawaA'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Nexus Maven 库地址
|
// Nexus Maven 库地址
|
||||||
// "WinBoLL Release"
|
// "WinBoLL Release"
|
||||||
maven { url "https://nexus.winboll.cc/repository/maven-public/" }
|
maven { url "https://nexus.winboll.cc/repository/maven-public/" }
|
||||||
@@ -48,14 +39,6 @@ allprojects {
|
|||||||
url 'file:///sdcard/.m2/repository/'
|
url 'file:///sdcard/.m2/repository/'
|
||||||
}
|
}
|
||||||
|
|
||||||
//米盟通过maven接入时,要做如下配置
|
|
||||||
maven {
|
|
||||||
url "https://repos.xiaomi.com/maven"
|
|
||||||
credentials {
|
|
||||||
username 'mimo-developer'
|
|
||||||
password 'AKCp8ih1PFG9tV8qaLyws67dLGZi8udFM39SfsHgihN15cgsiRvHuxj8JzFmuZjaViVeNawaA'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// Nexus Maven 库地址
|
// Nexus Maven 库地址
|
||||||
// "WinBoLL Release"
|
// "WinBoLL Release"
|
||||||
maven { url "https://nexus.winboll.cc/repository/maven-public/" }
|
maven { url "https://nexus.winboll.cc/repository/maven-public/" }
|
||||||
|
|||||||
Reference in New Issue
Block a user