We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
excludedModules
1 parent eb0df6c commit 5df3d4bCopy full SHA for 5df3d4b
settings.gradle
@@ -106,7 +106,7 @@ include BuildUtils.getMinificationProjectPath(gradle)
106
List<String> excludedModules = []
107
if (hasProperty('excludedModules'))
108
{
109
- excludedModules.addAll("${excludedModules}".split(","))
+ excludedModules.addAll("${getProperty('excludedModules')}".split(","))
110
}
111
112
if (new File(getRootDir(), BuildUtils.convertPathToRelativeDir(BuildUtils.getPlatformProjectPath(gradle))).exists()
0 commit comments