Comment out locally included simple-commons
This commit is contained in:
parent
a4945b4827
commit
c2d864fda0
|
@ -18,11 +18,11 @@ dependencyResolutionManagement {
|
|||
}
|
||||
}
|
||||
// TODO: This will be deprecated in future. Migrate to the newer `pluginManagement { includeBuild() }` mechanism instead of explicitly substituting dependency.
|
||||
includeBuild("../Simple-Commons") {
|
||||
dependencySubstitution {
|
||||
substitute(module("com.github.SimpleMobileTools:Simple-Commons")).using(project(":commons"))
|
||||
}
|
||||
}
|
||||
//includeBuild("../Simple-Commons") {
|
||||
// dependencySubstitution {
|
||||
// substitute(module("com.github.SimpleMobileTools:Simple-Commons")).using(project(":commons"))
|
||||
// }
|
||||
//}
|
||||
rootProject.name = "Simple-Gallery"
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
include(":app")
|
||||
|
|
Loading…
Reference in New Issue