Add polling-station project dependency to VB build.gradle for testing purposes
parent
b667de95aa
commit
f2836d277a
|
@ -60,6 +60,10 @@ dependencies {
|
|||
testCompile 'junit:junit:4.+'
|
||||
|
||||
runtime 'org.codehaus.groovy:groovy:2.4.+'
|
||||
|
||||
// Meerkat polling station
|
||||
compile project(':polling-station')
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue