mirror of
https://github.com/corda/corda.git
synced 2025-01-31 08:25:50 +00:00
runnodes.bat no longer recursives when creating nodes.
This commit is contained in:
parent
172be1301d
commit
e38167c500
@ -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…
x
Reference in New Issue
Block a user