Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- pluginManagement {
- repositories {
- gradlePluginPortal()
- google()
- mavenCentral()
- 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" }
- jcenter()
- maven { url 'https://repo1.maven.org/maven2/' }
- }
- }
-
- dependencyResolutionManagement {
- repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
- repositories {
- google()
- mavenCentral()
- 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" }
- jcenter()
- }
- }
-
- include ':test'
- include ':dsbridge'
- include ':base'
- include ':app'
- include ':andServer'
- rootProject.name = "nativedemo"
|