From fb7c7ec227c75c46a4c98595b749dd577a678517 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sat, 26 Oct 2019 13:49:12 -0300 Subject: [PATCH] Remove extra whitespace Signed-off-by: Chris Cromer --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1fb64b8..a4ac609 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,6 @@ task createDocs { outputs.dir docs } - task copyDependencies(type: Copy) { from configurations.default into "$buildDir/libs"