From d5665f18fb79f7e81b51575c3df26976f0540aa9 Mon Sep 17 00:00:00 2001 From: Myrle Krantz Date: Wed, 4 Apr 2018 16:22:39 +0200 Subject: [PATCH] merging fix to script made by github user liseri under mifosio version of demo-server --- scripts/windows/initial-setup.bat | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/windows/initial-setup.bat b/scripts/windows/initial-setup.bat index 70ef91b..c3d9414 100644 --- a/scripts/windows/initial-setup.bat +++ b/scripts/windows/initial-setup.bat @@ -212,6 +212,15 @@ CALL gradlew publishToMavenLocal TIMEOUT /T 5 cd .. +REM initialze cheques +git clone https://github.com/%githubAccount%/cheques.git +cd cheques +git remote add upstream https://github.com/mifosio/cheques.git +git checkout develop +CALL gradlew publishToMavenLocal +TIMEOUT /T 5 +cd .. + REM initialze teller git clone https://github.com/%githubAccount%/teller.git cd teller