From 3e0e44a4232d63b2267980a4126124da1732e2bc Mon Sep 17 00:00:00 2001 From: Springfox Robot Date: Tue, 14 Apr 2015 20:09:40 +1000 Subject: [PATCH] Adding line feed --- gradle/documentation.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle/documentation.gradle b/gradle/documentation.gradle index b935ecab717..c64686e07ff 100644 --- a/gradle/documentation.gradle +++ b/gradle/documentation.gradle @@ -37,7 +37,8 @@ task publishDocs(type: Exec) { gitChanges += """rm -rf $destination mkdir -p $destination cp -r $source $destination - git add $destination""" + git add $destination +""" } commandLine "sh", "-c",