You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Run Plugin | Runs [`:runIde`][gh:intellij-platform-gradle-plugin-runIde]Gradle IntelliJ Plugin task. Use the *Debug* icon for plugin debugging.|
332
-
| Run Tests | Runs [`:test`][gradle:lifecycle-tasks] Gradle task. |
333
-
| Run Verifications | Runs [`:verifyPlugin`][gh:intellij-platform-gradle-plugin-verifyPlugin]Gradle IntelliJ Plugin task to check the plugin compatibility against the specified IntelliJ IDEs. |
| Run Plugin | Runs [`:runIde`][gh:intellij-platform-gradle-plugin-runIde] IntelliJ Platform Gradle Plugin task. Use the *Debug* icon for plugin debugging. |
332
+
| Run Tests | Runs [`:test`][gradle:lifecycle-tasks] Gradle task. |
333
+
| Run Verifications | Runs [`:verifyPlugin`][gh:intellij-platform-gradle-plugin-verifyPlugin] IntelliJ Platform Gradle Plugin task to check the plugin compatibility against the specified IntelliJ IDEs. |
334
334
335
335
> [!NOTE]
336
336
> You can find the logs from the running task in the `idea.log` tab.
@@ -425,7 +425,7 @@ When they're provided, these lists are available in a few different places:
425
425
There are many methods for handling the project's changelog.
426
426
The one used in the current template project is the [Keep a Changelog][keep-a-changelog] approach.
427
427
428
-
The [Gradle Changelog Plugin][gh:gradle-changelog-plugin] takes care of propagating information provided within the [CHANGELOG.md](./CHANGELOG.md) to the [Gradle IntelliJ Plugin][gh:intellij-platform-gradle-plugin].
428
+
The [Gradle Changelog Plugin][gh:gradle-changelog-plugin] takes care of propagating information provided within the [CHANGELOG.md](./CHANGELOG.md) to the [IntelliJ Platform Gradle Plugin][gh:intellij-platform-gradle-plugin].
429
429
You only have to take care of writing down the actual changes in proper sections of the `[Unreleased]` section.
430
430
431
431
You start with an almost empty changelog:
@@ -530,7 +530,7 @@ That approach gives more possibilities for testing and debugging pre-releases, f
0 commit comments