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
2026-09-16 13:49:36 +04:00
parent 0a61660748
commit a2828c5af2
+2 -2
View File
@@ -2,7 +2,7 @@
:ParseArgs
if "%~1" == "--shallow" (
call git clone git://git.jetbrains.org/idea/android.git android --depth 1
call git clone https://gitflic.ru/project/openide/android.git android --depth 1
) else (
call git clone git://git.jetbrains.org/idea/android.git android
call git clone https://gitflic.ru/project/openide/android.git android
)