tools_intellij_platform_gradle_plugin_types.md: minor cleanups

This commit is contained in:
Yann Cébron 2024-03-04 15:05:21 +01:00
parent 19b5fe7025
commit 7a53b83764
2 changed files with 10 additions and 4 deletions

View File

@ -6,6 +6,8 @@
<include from="tools_intellij_platform_gradle_plugin.md" element-id="EAP_Status"/>
This page lists various types used to configure [](tools_intellij_platform_gradle_plugin_tasks.md).
## FailureLevel
{#FailureLevel}
@ -42,7 +44,7 @@ See also:
Describes all IntelliJ Platform types available to be used for plugin development, dependency resolution, and plugin verification.
Each entry is composed of a product code name and coordinates used for dependency and binary release resolution.
Each entry is composed of a product code and coordinates used for dependency and binary release resolution.
| Name | Code | Coordinates |
|-------------------------|--------|----------------------------------------------------|
@ -65,15 +67,18 @@ Each entry is composed of a product code name and coordinates used for dependenc
## PluginBean
{#PluginBean}
The `PluginBean` class describes the content of the <path>plugin.xml</path> file.
[`PluginBean`](%gh-pv%/intellij-plugin-structure/structure-intellij/src/main/java/com/jetbrains/plugin/structure/intellij/beans/PluginBean.java)
Describes the content of the <path>plugin.xml</path> file.
See also:
- [`PluginBean` sources](https://github.com/JetBrains/intellij-plugin-verifier/blob/master/intellij-plugin-structure/structure-intellij/src/main/java/com/jetbrains/plugin/structure/intellij/beans/PluginBean.java)
- [](plugin_configuration_file.md)
## ProductInfo
{#ProductInfo}
[`ProductInfo`](%gh-ijpgp%/src/main/kotlin/org/jetbrains/intellij/platform/gradle/model/ProductInfo.kt)
Represents information about the IntelliJ Platform product.
The information is retrieved from the <path>product-info.json</path> file in the IntelliJ Platform directory.

1
v.list
View File

@ -20,6 +20,7 @@
<var name="gh-jcef" value="https://github.com/JetBrains/jcef/tree/master/java"/>
<var name="gh-ijpgp" value="https://github.com/JetBrains/gradle-intellij-plugin/blob/2.0"/>
<var name="gh-pv" value="https://github.com/JetBrains/intellij-plugin-verifier/blob/master"/>
<var name="gradle-intellij-plugin-version" value="1.17.2"/>
<var name="gradle-grammar-kit-plugin-version" value="2022.3.2.2"/>