1 Star 0 Fork 0

longjin蔚 / devdemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
longjin蔚 提交于 2024-01-13 21:29 . no commit message
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "devdemo"
include ':app'
include ':serialport'
Java
1
https://gitee.com/xiaowei127/devdemo.git
git@gitee.com:xiaowei127/devdemo.git
xiaowei127
devdemo
devdemo
master

搜索帮助