mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
tools_intellij_platform_gradle_plugin.md: mention plugin template
This commit is contained in:
parent
113df53ce6
commit
6b7b1800ac
@ -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`.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user