2 Star 3 Fork 0

专业团队 / StudyRoom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
杨嘉诚 提交于 2024-01-25 11:39 . 配置
pluginManagement {
repositories {
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
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' }
gradlePluginPortal()
google()
mavenCentral()
}
}
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/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' }
google()
mavenCentral()
maven { url 'https://www.jitpack.io' }
maven { url "https://jitpack.io" }
maven { url 'https://repo1.maven.org/maven2/' }
maven { url "https://nexus-sdk.cm253.com/repository/maven-public/" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
}
rootProject.name = "StudyRoom"
include ':app'
Kotlin
1
https://gitee.com/oswuhan/StudyRoom.git
git@gitee.com:oswuhan/StudyRoom.git
oswuhan
StudyRoom
StudyRoom
master

搜索帮助