mirror of
https://github.com/corda/corda.git
synced 2024-12-23 23:02:29 +00:00
Merge pull request #143 from corda/clint-issue128
runnodes.bat no longer recursives when creating nodes.
This commit is contained in:
commit
a8fc858291
@ -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
|
||||
|
@ -1 +1 @@
|
||||
gradlePluginsVersion=0.6.5
|
||||
gradlePluginsVersion=0.7
|
||||
|
Loading…
Reference in New Issue
Block a user