From f2836d277a47df2af1012350e699aaf5e5aa88bb Mon Sep 17 00:00:00 2001 From: Hai Brenner Date: Tue, 12 Jul 2016 11:50:21 +0300 Subject: [PATCH] Add polling-station project dependency to VB build.gradle for testing purposes --- voting-booth/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/voting-booth/build.gradle b/voting-booth/build.gradle index 549788d..544f0b4 100644 --- a/voting-booth/build.gradle +++ b/voting-booth/build.gradle @@ -60,6 +60,10 @@ dependencies { testCompile 'junit:junit:4.+' runtime 'org.codehaus.groovy:groovy:2.4.+' + + // Meerkat polling station + compile project(':polling-station') + }