OPENIDE fix android urls in getPlugins.bat

(cherry picked from commit 066cff3efb)
(cherry picked from commit 13dc8596e2)
(cherry picked from commit 6957288288)
This commit is contained in:
Nikita Iarychenko
2025-06-05 17:56:43 +04:00
parent 2d7f1d91ea
commit 748cdb817a

View File

@@ -2,7 +2,7 @@
:ParseArgs
if "%~1" == "--shallow" (
call git clone https://git.haulmont.com/platform/open-ide/android.git android --depth 1
call git clone https://gitflic.ru/project/openide/android.git android --depth 1
) else (
call git clone https://git.haulmont.com/platform/open-ide/android.git android
call git clone https://gitflic.ru/project/openide/android.git android
)