From 3aaaf150ac21e8245873ec364c8e1abe7883b4ab Mon Sep 17 00:00:00 2001
From: Spotlight <spotlight@joscomputing.space>
Date: Tue, 16 Aug 2016 16:31:01 -0500
Subject: [PATCH] [build] Fix deployment

---
 build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 19e59ed..311eb63 100644
--- a/build.gradle
+++ b/build.gradle
@@ -70,4 +70,5 @@ task deploy(type: Exec) {
         commandLine "bash", "/Users/spotlight/bin/deploy-dev", libsDir.getCanonicalPath() + "/Cedar-1.0.jar"
 }
 
-deploy.mustRunAfter build
\ No newline at end of file
+deploy.mustRunAfter build
+build.finalizedBy deploy
\ No newline at end of file
-- 
GitLab