Add polling-station project dependency to VB build.gradle for testing purposes

vbdev2
Hai Brenner 2016-07-12 11:50:21 +03:00
parent b667de95aa
commit f2836d277a
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ dependencies {
testCompile 'junit:junit:4.+'
runtime 'org.codehaus.groovy:groovy:2.4.+'
// Meerkat polling station
compile project(':polling-station')
}