1
0
Fork 0

Remove misinformation from settings.gradle

master
Thom Chiovoloni 2019-08-02 12:50:40 -07:00 committed by Grisha Kruglov
parent 46b2d6f937
commit 353ed46407
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ if (localProperties != null) {
if (appServicesLocalPath != null) {
logger.lifecycle("Local configuration: substituting application-services modules from path: $appServicesLocalPath")
// XXX doesn't quite work yet.
includeBuild(appServicesLocalPath)
} else {
logger.lifecycle("Local configuration: application-services substitution path missing. Specify it via '$settingAppServicesPath' setting.")