1 Star 0 Fork 0

雲心/FossifyOrgGallery

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle.kts 768 Bytes
一键复制 编辑 原始数据 按行查看 历史
Naveen 提交于 2023-12-22 19:17 . Remove paid SDK editor
pluginManagement {
repositories {
gradlePluginPortal()
google()
jcenter()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
jcenter()
mavenCentral()
maven { setUrl("https://jitpack.io") }
}
}
rootProject.name = "Gallery"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
include(":app")
// TODO: This will be deprecated in future. Migrate to the newer `pluginManagement { includeBuild() }` mechanism instead of explicitly substituting dependency.
/*includeBuild("../Commons") {
dependencySubstitution {
substitute(module("org.fossify:commons")).using(project(":commons"))
}
}*/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/heracer/fossify-org-gallery.git
[email protected]:heracer/fossify-org-gallery.git
heracer
fossify-org-gallery
FossifyOrgGallery
master

搜索帮助