mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
tools_intellij_platform_gradle_plugin.md: minor
This commit is contained in:
parent
d10fdea6a9
commit
3573443830
@ -15,7 +15,7 @@
|
||||
</tldr>
|
||||
|
||||
The _IntelliJ Platform Gradle Plugin 2.x_ is a plugin for the Gradle build system to help configure environments for building, testing, verifying, and publishing plugins for IntelliJ-based IDEs.
|
||||
It is a successor of _[](tools_gradle_intellij_plugin.md)_.
|
||||
It is the successor of _[](tools_gradle_intellij_plugin.md)_ which is no longer under active development.
|
||||
|
||||
<snippet id="faq">
|
||||
|
||||
@ -50,7 +50,7 @@ plugins {
|
||||
}
|
||||
```
|
||||
|
||||
If migrating from the Gradle IntelliJ Plugin 1.x, replace the old `org.jetbrains.intellij` identifier to `org.jetbrains.intellij.platform` and apply its latest `%intellij-platform-gradle-plugin-version%` version.
|
||||
If migrating from the [](tools_gradle_intellij_plugin.md), replace the old `org.jetbrains.intellij` identifier to `org.jetbrains.intellij.platform` and apply its latest `%intellij-platform-gradle-plugin-version%` version.
|
||||
|
||||
### Snapshot Release
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user