mirror of
https://github.com/corda/corda.git
synced 2025-03-10 22:44:20 +00:00
Merge pull request #114 from corda/clint-windowsrunnodesfix
Windows runnodes.bat now works from any working directory
This commit is contained in:
commit
a636ae527b
@ -1,7 +1,12 @@
|
||||
@echo off
|
||||
|
||||
REM Change to the directory of this script (%~dp0)
|
||||
Pushd %~dp0
|
||||
|
||||
FOR /R ".\" %%G in (.) DO (
|
||||
Pushd %%G
|
||||
start java -jar corda.jar
|
||||
Popd
|
||||
)
|
||||
)
|
||||
|
||||
Popd
|
@ -1 +1 @@
|
||||
gradlePluginsVersion=0.6.3
|
||||
gradlePluginsVersion=0.6.4
|
Loading…
x
Reference in New Issue
Block a user