OPENIDE fix android urls in getPlugins.bat

(cherry picked from commit 0ef65dccc0)
This commit is contained in:
Nikita Iarychenko
2025-06-05 17:56:43 +04:00
parent 2f07fe66ad
commit c6810420cf

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
)