mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
Remove includeBuild()
comment
This commit is contained in:
parent
7de76da803
commit
760d227b0b
1 changed files with 1 additions and 8 deletions
|
@ -18,11 +18,4 @@ dependencyResolutionManagement {
|
||||||
|
|
||||||
rootProject.name = "Gallery"
|
rootProject.name = "Gallery"
|
||||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||||
include(":app")
|
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…
Reference in a new issue