You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MpLive/settings.gradle

28 lines
1.2 KiB
Groovy

//pluginManagement {
// repositories {
// maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
// maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
// maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
// maven { url 'https://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
// maven { url 'https://developer.huawei.com/repo/' }
// maven { url "https://jitpack.io" }
// google()
// mavenCentral()
// gradlePluginPortal()
// }
//}
//dependencyResolutionManagement {
// repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
// repositories {
// maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
// maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
// maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
// maven { url 'https://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
// maven { url 'https://developer.huawei.com/repo/' }
// maven { url "https://jitpack.io" }
// google()
// mavenCentral()
// }
//}
include ':app', ':library'