From 1e7a9b38cca20f815100b24d5420d28ad548b196 Mon Sep 17 00:00:00 2001 From: Yuriy Artamonov Date: Sat, 30 Aug 2025 13:56:23 +0200 Subject: [PATCH 1/7] Reformat table in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 52dce62..8018edb 100644 --- a/README.md +++ b/README.md @@ -325,10 +325,10 @@ Within the default project structure, there is a `.run` directory provided conta ![Run/Debug configurations][file:run-debug-configurations.png] -| Configuration name | Description | -|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------| -| Run Plugin | Runs [`:runIde`][gh:intellij-platform-gradle-plugin-runIde] IntelliJ Platform Gradle Plugin task. Use the *Debug* icon for plugin debugging. | -| Run Tests | Runs [`:test`][gradle:lifecycle-tasks] Gradle task. | +| Configuration name | Description | +|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Run Plugin | Runs [`:runIde`][gh:intellij-platform-gradle-plugin-runIde] IntelliJ Platform Gradle Plugin task. Use the *Debug* icon for plugin debugging. | +| Run Tests | Runs [`:test`][gradle:lifecycle-tasks] Gradle task. | | 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. | > [!NOTE] From ce1a11a6b9b8904f8576281ab001d841e2d6ecf0 Mon Sep 17 00:00:00 2001 From: Yuriy Artamonov Date: Sat, 30 Aug 2025 13:56:37 +0200 Subject: [PATCH 2/7] Set JDK 21 in settings --- .idea/gradle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index ce1c62c..05eca02 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,6 +5,7 @@