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