OPENIDE fix android urls in getPlugins.bat

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

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
)