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.
32 lines
1.2 KiB
Groovy
32 lines
1.2 KiB
Groovy
6 months ago
|
pluginManagement {
|
||
|
repositories {
|
||
|
maven { url "https://jitpack.io" }
|
||
|
maven { url 'https://maven.aliyun.com/repository/releases' }
|
||
|
maven { url 'https://maven.aliyun.com/repository/jcenter' }
|
||
|
maven { url 'https://maven.aliyun.com/repository/google' }
|
||
|
maven { url 'https://maven.aliyun.com/repository/central' }
|
||
|
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
||
|
maven { url 'https://maven.aliyun.com/repository/public' }
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
dependencyResolutionManagement {
|
||
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||
|
repositories {
|
||
|
maven { url "https://jitpack.io" }
|
||
|
maven { url 'https://maven.aliyun.com/repository/releases' }
|
||
|
maven { url 'https://maven.aliyun.com/repository/jcenter' }
|
||
|
maven { url 'https://maven.aliyun.com/repository/google' }
|
||
|
maven { url 'https://maven.aliyun.com/repository/central' }
|
||
|
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
||
|
maven { url 'https://maven.aliyun.com/repository/public' }
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rootProject.name = "JinYu-RFID"
|
||
|
include ':app'
|