From 6201a6f6ece6f0981bf25cd84e76ae9513354c39 Mon Sep 17 00:00:00 2001 From: Ian Clelland Date: Thu, 6 Nov 2014 14:39:58 -0500 Subject: [PATCH] Add guard lines to gradle build file for extensions --- bin/templates/project/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle index b62a258f..558fe014 100644 --- a/bin/templates/project/build.gradle +++ b/bin/templates/project/build.gradle @@ -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' }