From db20fcfee0d124a3615bb1d3cee137607a28fb25 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 2 Jul 2025 21:05:59 +0000
Subject: [PATCH 1/2] Initial plan
From 611009b8e8ed84ee2a42548569e304b8f3416b7f Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 2 Jul 2025 21:12:24 +0000
Subject: [PATCH 2/2] Update IntelliJ platform from 2021.2 to 2022.2 with
compatible plugin versions
Co-authored-by: ehmkah <6233328+ehmkah@users.noreply.github.com>
---
CHANGELOG.md | 6 +++++-
build.gradle | 8 ++++----
src/main/resources/META-INF/plugin.xml | 2 +-
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d15ae5d..b0270d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,13 @@
## [Unreleased]
- Upgrade project to JDK 17 from JDK 11
-- Configure Gradle build to explicitly specify JDK 17 requirements for better IDE integration
+- Configure Gradle build to explicitly specify JDK 17 requirements for better IDE integration
- update dependencies
- upgrade to gradle 7.3
+- Update to IntelliJ 2022.2 as building platform
+- Upgrade gradle-intellij-plugin to 1.8.0 for IntelliJ 2022.2 support
+- Upgrade gradle-changelog-plugin to 1.3.1
+- Upgrade Kotlin to 1.7.10 for better compatibility
## [1.11.0]
diff --git a/build.gradle b/build.gradle
index 804d410..824107c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
plugins {
- id 'org.jetbrains.kotlin.jvm' version "1.6.0"
- id 'org.jetbrains.intellij' version '1.1.4'
- id 'org.jetbrains.changelog' version '1.2.1'
+ id 'org.jetbrains.kotlin.jvm' version "1.7.10"
+ id 'org.jetbrains.intellij' version '1.8.0'
+ id 'org.jetbrains.changelog' version '1.3.1'
}
apply plugin: 'org.jetbrains.changelog'
@@ -39,7 +39,7 @@ compileTestKotlin {
}
intellij {
- version.set('2021.2')
+ version.set('2022.2')
patchPluginXml {
changeNotes.set(provider({changelog.getLatest().toHTML()}))
}
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 681728a..55709d4 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -8,7 +8,7 @@
I am happy if you report issues, I am going to fix them.
]]>
-
+
com.intellij.modules.lang