Compare commits

...

1 Commits

Author SHA1 Message Date
Ian Clelland
6201a6f6ec Add guard lines to gradle build file for extensions 2014-11-06 14:39:58 -05:00

View File

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