1 Star 11 Fork 0

山轮纸 / QinLauncher2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
山轮纸 提交于 2023-09-21 19:00 . 标准桌面下的小组件
pluginManagement {
repositories {
maven {url 'https://maven.aliyun.com/repository/central' }
maven {url 'https://maven.aliyun.com/repository/public' }
maven {url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven {url 'https://maven.aliyun.com/repository/apache-snapshots' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/repository/google' }
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven {url 'https://maven.aliyun.com/repository/central' }
maven {url 'https://maven.aliyun.com/repository/public' }
maven {url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven {url 'https://maven.aliyun.com/repository/apache-snapshots' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/repository/google' }
google()
mavenCentral()
}
}
rootProject.name = "QinLauncher2"
include ':app'
Java
1
https://gitee.com/shanlunzhi/qin-launcher2.git
git@gitee.com:shanlunzhi/qin-launcher2.git
shanlunzhi
qin-launcher2
QinLauncher2
v0.6.x

搜索帮助