OPENIDE fix android urls in getPlugins.bat

(cherry picked from commit 066cff3efb)
This commit is contained in:
Nikita Iarychenko
2025-10-08 11:03:23 +04:00
parent bef58cefe3
commit 13dc8596e2
+2 -2
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
)