Spinoff driver into own project with demorun (#1401)

This commit is contained in:
Andrzej Cichocki
2017-09-05 09:50:51 +01:00
committed by GitHub
parent ead4d09011
commit 15f741f315
45 changed files with 251 additions and 198 deletions

View File

@ -32,7 +32,7 @@ compileTestJava.dependsOn tasks.getByPath(':node:capsule:buildCordaJAR')
dependencies {
cordaCompile project(':core')
cordaCompile project(':client:jfx')
cordaCompile project(':test-utils')
cordaCompile project(':node-driver')
testCompile project(':verifier')
compile "org.graphstream:gs-core:1.3"