mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
runnodes.bat can now run the nodes from any working directory and not cause an infinite loop and system crash.
This commit is contained in:
parent
08e391579c
commit
857de9df49
@ -1,5 +1,8 @@
|
||||
@echo off
|
||||
|
||||
REM Change to the directory of this script
|
||||
cd /d %~dp0
|
||||
|
||||
FOR /R ".\" %%G in (.) DO (
|
||||
Pushd %%G
|
||||
start java -jar corda.jar
|
||||
|
@ -1 +1 @@
|
||||
gradlePluginsVersion=0.6.3
|
||||
gradlePluginsVersion=0.6.4
|
Loading…
x
Reference in New Issue
Block a user