编录点新增4
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven { url 'https://maven.aliyun.com/repository/public' }
|
||||
maven { url 'https://maven.aliyun.com/repository/central' }
|
||||
maven { url 'https://maven.aliyun.com/repository/google' }
|
||||
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
||||
maven { url 'https://jitpack.io' }
|
||||
google()
|
||||
mavenCentral()
|
||||
@@ -12,6 +16,10 @@ dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
|
||||
|
||||
repositories {
|
||||
maven { url 'https://maven.aliyun.com/repository/public' }
|
||||
maven { url 'https://maven.aliyun.com/repository/central' }
|
||||
maven { url 'https://maven.aliyun.com/repository/google' }
|
||||
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
||||
maven { url 'https://jitpack.io' }
|
||||
google()
|
||||
mavenCentral()
|
||||
@@ -19,7 +27,7 @@ dependencyResolutionManagement {
|
||||
}
|
||||
}
|
||||
rootProject.name = "digitalCoalMiningPlatform"
|
||||
include ':app'
|
||||
include ':app',':matisse'
|
||||
|
||||
//// 引入内部组件通信模块 (必要模块)
|
||||
//include ':tuicore'
|
||||
|
||||
Reference in New Issue
Block a user