From 353ed464079868fd400558b6ae3e804a6338bac5 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Fri, 2 Aug 2019 12:50:40 -0700 Subject: [PATCH] Remove misinformation from settings.gradle --- settings.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index f3e75aa4b..277623896 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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.")