mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
IntelliJ Platform Gradle Plugin: remove Aqua (QA) from available IntelliJ Platform types
This commit is contained in:
parent
c29c93585a
commit
cb4f8010c7
@ -98,7 +98,6 @@ See [](#custom-target-platforms) for non-default targets.
|
||||
| Function | Description |
|
||||
|-------------------------------------------------------|------------------------------------------------------------------|
|
||||
| `androidStudio(version, useInstaller = true)` | [Android Studio](android_studio.md) |
|
||||
| `aqua(version, useInstaller = true)` | [Aqua](https://www.jetbrains.com/aqua/) |
|
||||
| `clion(version, useInstaller = true)` | [CLion](clion.md) |
|
||||
| `datagrip(version, useInstaller = true)` | [DataGrip](data_grip.md) |
|
||||
| `dataspell(version, useInstaller = true)` | [DataSpell](https://www.jetbrains.com/dataspell/) |
|
||||
|
@ -50,7 +50,6 @@ Each entry is composed of a product code and coordinates used for dependency and
|
||||
| Name | Code | Artifact Coordinates | Binary release |
|
||||
|-------------------------|--------|----------------------------------------------------|:--------------:|
|
||||
| `AndroidStudio` | `AI` | - | ✓ |
|
||||
| `Aqua` | `QA` | - | ✓ |
|
||||
| `CLion` | `CL` | `com.jetbrains.intellij.clion:clion` | ✓ |
|
||||
| `DataGrip` | `DB` | - | ✓ |
|
||||
| `DataSpell` | `DS` | - | ✓ |
|
||||
|
Loading…
x
Reference in New Issue
Block a user