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.
30 lines
1.1 KiB
Groovy
30 lines
1.1 KiB
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url 'https://maven.aliyun.com/repository/public' }//jcenter
|
|
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }//gradle-plugin
|
|
maven { url 'https://maven.aliyun.com/repository/central' }//central
|
|
maven { url 'https://maven.aliyun.com/repository/google' }//google
|
|
maven { url 'https://jitpack.io' }
|
|
// jcenter()
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
maven { url 'https://maven.aliyun.com/repository/public' }//jcenter
|
|
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }//gradle-plugin
|
|
maven { url 'https://maven.aliyun.com/repository/central' }//central
|
|
maven { url 'https://maven.aliyun.com/repository/google' }//google
|
|
maven { url 'https://jitpack.io' }
|
|
// jcenter()
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "i1base"
|
|
include ':i1base'
|