Skip to content

Commit

Permalink
idea.md: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Nov 7, 2023
1 parent 6a3e125 commit 88a601b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions topics/products/idea/idea.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ See [Choose your edition](https://www.jetbrains.com/idea/features/#choose-your-e

The configuration of IntelliJ IDEA plugin projects follows the methods described in [Configuring Plugin Projects using the IntelliJ IDEA Product Attribute](dev_alternate_products.md#configuring-plugin-projects-using-the-intellij-idea-product-attribute).

| `gradle-intellij-plugin` Attribute | Attribute Value |
|----------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|
| [`intellij.type`](tools_gradle_intellij_plugin.md#intellij-extension-type) | <p>`IC` for IntelliJ IDEA Community Edition (default)</p><p>`IU` for IntelliJ IDEA Ultimate</p> |
| [`intellij.version`](tools_gradle_intellij_plugin.md#intellij-extension-version) | IDE version, e.g. `2022.2` |
| `gradle-intellij-plugin` Attribute | Attribute Value |
|----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|
| [`intellij.type`](tools_gradle_intellij_plugin.md#intellij-extension-type) | <p>`IC` for IntelliJ IDEA Community Edition (default)</p><p>`IU` for [](idea_ultimate.md)</p> |
| [`intellij.version`](tools_gradle_intellij_plugin.md#intellij-extension-version) | IDE version, e.g. `2022.2` |

## Available API

Expand Down

0 comments on commit 88a601b

Please sign in to comment.