From c0f3b64b24426f4be233b3650875358d35c058a4 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Thu, 17 Dec 2015 18:14:29 +1100 Subject: [PATCH] This is why IDEs are the greatest --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index edbf494f7..a3f93c2b4 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ uploadArchives { def dir = new File("build/libs/") - if (dir.exists() { + if (dir.exists()) { dir.eachFileRecurse (FileType.FILES) { file -> //Add each file to the list list << file