tools_intellij_platform_gradle_plugin.md: mention plugin template

This commit is contained in:
Jakub Chrzanowski 2025-03-31 10:20:50 +02:00
parent 113df53ce6
commit 6b7b1800ac
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B
2 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,10 @@ IntelliJ Platform Gradle Plugin 2.x requires the following *minimal* versions:
See <control>Gradle JVM</control> in <ui-path>Settings | Build, Execution, Deployment | Build Tools | Gradle</ui-path>.
> Consider using the [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) which additionally provides CI setup covered with GitHub Actions.
>
{style="tip"}
## Setup
> Note that the plugin has a new ID `org.jetbrains.intellij.platform`.

View File

@ -4,6 +4,10 @@
<link-summary>IntelliJ Platform Gradle Plugin (2.x) migration guide from Gradle IntelliJ Plugin (1.x)</link-summary>
> Consider using the [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) which additionally provides CI setup covered with GitHub Actions.
>
{style="tip"}
## Plugin Name Change
As the **2.x** branch brings significant breaking changes to the plugin, the name was changed from _Gradle IntelliJ Plugin_ to