IntelliJ Platform Gradle Plugin: remove Aqua (QA) from available IntelliJ Platform types

This commit is contained in:
Jakub Chrzanowski 2025-04-23 13:30:30 +02:00
parent c29c93585a
commit cb4f8010c7
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B
2 changed files with 0 additions and 2 deletions

View File

@ -98,7 +98,6 @@ See [](#custom-target-platforms) for non-default targets.
| Function | Description | | Function | Description |
|-------------------------------------------------------|------------------------------------------------------------------| |-------------------------------------------------------|------------------------------------------------------------------|
| `androidStudio(version, useInstaller = true)` | [Android Studio](android_studio.md) | | `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) | | `clion(version, useInstaller = true)` | [CLion](clion.md) |
| `datagrip(version, useInstaller = true)` | [DataGrip](data_grip.md) | | `datagrip(version, useInstaller = true)` | [DataGrip](data_grip.md) |
| `dataspell(version, useInstaller = true)` | [DataSpell](https://www.jetbrains.com/dataspell/) | | `dataspell(version, useInstaller = true)` | [DataSpell](https://www.jetbrains.com/dataspell/) |

View File

@ -50,7 +50,6 @@ Each entry is composed of a product code and coordinates used for dependency and
| Name | Code | Artifact Coordinates | Binary release | | Name | Code | Artifact Coordinates | Binary release |
|-------------------------|--------|----------------------------------------------------|:--------------:| |-------------------------|--------|----------------------------------------------------|:--------------:|
| `AndroidStudio` | `AI` | - | ✓ | | `AndroidStudio` | `AI` | - | ✓ |
| `Aqua` | `QA` | - | ✓ |
| `CLion` | `CL` | `com.jetbrains.intellij.clion:clion` | ✓ | | `CLion` | `CL` | `com.jetbrains.intellij.clion:clion` | ✓ |
| `DataGrip` | `DB` | - | ✓ | | `DataGrip` | `DB` | - | ✓ |
| `DataSpell` | `DS` | - | ✓ | | `DataSpell` | `DS` | - | ✓ |