mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
IJI-268 android tools-base usages are removed
GitOrigin-RevId: e8817f8cf998159c5ede5d7d036ba6f910468f44
This commit is contained in:
committed by
intellij-monorepo-bot
parent
863037df19
commit
dc2493f71d
@@ -26,7 +26,7 @@ run one of the `getPlugins` scripts located in the `<IDEA_HOME>` directory. Thes
|
|||||||
* `getPlugins.sh` for Linux or macOS.
|
* `getPlugins.sh` for Linux or macOS.
|
||||||
* `getPlugins.bat` for Windows.
|
* `getPlugins.bat` for Windows.
|
||||||
|
|
||||||
_**Note:**_ Always `git checkout` the `intellij-community`, `android`, and `android/tools-base` Git repositories to the same branches/tags.
|
_**Note:**_ Always `git checkout` the `intellij-community` and `android` Git repositories to the same branches/tags.
|
||||||
|
|
||||||
## Building IntelliJ Community Edition
|
## Building IntelliJ Community Edition
|
||||||
Version 2018.2 or newer of IntelliJ IDEA Community Edition or IntelliJ IDEA Ultimate Edition is required to build and develop
|
Version 2018.2 or newer of IntelliJ IDEA Community Edition or IntelliJ IDEA Ultimate Edition is required to build and develop
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
call git clone git://git.jetbrains.org/idea/android.git android
|
call git clone git@github.com:JetBrains/android.git android
|
||||||
call git clone git://git.jetbrains.org/idea/adt-tools-base.git android/tools-base
|
|
||||||
@@ -1,2 +1 @@
|
|||||||
git clone git://git.jetbrains.org/idea/android.git android
|
git clone git@github.com:JetBrains/android.git android
|
||||||
git clone git://git.jetbrains.org/idea/adt-tools-base.git android/tools-base
|
|
||||||
@@ -21,12 +21,8 @@
|
|||||||
"url": "git@git.labs.intellij.net:idea/community"
|
"url": "git@git.labs.intellij.net:idea/community"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "git://git.jetbrains.org/idea/android.git",
|
"url": "git@git.labs.intellij.net:idea/android",
|
||||||
"targetDir": "android"
|
"targetDir": "android"
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "git://git.jetbrains.org/idea/adt-tools-base.git",
|
|
||||||
"targetDir": "android/tools-base"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user