mirror of
https://github.com/corda/corda.git
synced 2025-06-23 01:19:00 +00:00
Merge pull request #143 from corda/clint-issue128
runnodes.bat no longer recursives when creating nodes.
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
REM Change to the directory of this script (%~dp0)
|
REM Change to the directory of this script (%~dp0)
|
||||||
Pushd %~dp0
|
Pushd %~dp0
|
||||||
|
|
||||||
FOR /R ".\" %%G in (.) DO (
|
FOR /D %%G in (.\*) DO (
|
||||||
Pushd %%G
|
Pushd %%G
|
||||||
start java -jar corda.jar
|
start java -jar corda.jar
|
||||||
Popd
|
Popd
|
||||||
|
@ -1 +1 @@
|
|||||||
gradlePluginsVersion=0.6.5
|
gradlePluginsVersion=0.7
|
||||||
|
Reference in New Issue
Block a user