mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
OPENIDE fix android urls in getPlugins.bat
(cherry picked from commit066cff3efb) (cherry picked from commit13dc8596e2) (cherry picked from commit6957288288) (cherry picked from commit748cdb817a)
This commit is contained in:
+2
-2
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user