Merge pull request #143 from corda/clint-issue128

runnodes.bat no longer recursives when creating nodes.
This commit is contained in:
Clinton 2017-01-11 14:04:16 +00:00 committed by GitHub
commit a8fc858291
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
REM Change to the directory of this script (%~dp0)
Pushd %~dp0
FOR /R ".\" %%G in (.) DO (
FOR /D %%G in (.\*) DO (
Pushd %%G
start java -jar corda.jar
Popd

View File

@ -1 +1 @@
gradlePluginsVersion=0.6.5
gradlePluginsVersion=0.7