Add guard lines to gradle build file for extensions

This commit is contained in:
Ian Clelland 2014-11-06 14:39:58 -05:00
parent fc63f66e89
commit 6201a6f6ec

View File

@ -207,6 +207,9 @@ def addSigningProps(propsFilePath, signingConfig) {
} }
} }
// PLUGIN GRADLE EXTENSIONS START
// PLUGIN GRADLE EXTENSIONS END
if (file('build-extras.gradle').exists()) { if (file('build-extras.gradle').exists()) {
apply from: 'build-extras.gradle' apply from: 'build-extras.gradle'
} }