From 695728828860e4cce7ac1a321955baeab2c02a57 Mon Sep 17 00:00:00 2001 From: Nikita Iarychenko Date: Thu, 5 Jun 2025 17:56:43 +0400 Subject: [PATCH] OPENIDE fix android urls in getPlugins.bat (cherry picked from commit 066cff3efbc6b21588207e8bbe05aa9788c3c94f) (cherry picked from commit 13dc8596e21f041f7d52efc5b9291578f14ec112) --- getPlugins.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getPlugins.bat b/getPlugins.bat index d7af9aad57d5..d7a428574a3f 100644 --- a/getPlugins.bat +++ b/getPlugins.bat @@ -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 )