diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d877d1787c6d6cd3e7fccbbb84ce90a3c508d3..d986ccb2c1fa70983e20d2e2831b58e8a5fbdc80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Attributes and inter-type declarations are shown sorted by aspect. - There are toggle buttons to show or hide attributes, inter-type declarations and rewrites. - Note that things outside aspects, equations and some other elements are not yet included. +- Support for IntelliJ IDEA 2022.2. ### Changed diff --git a/gradle.properties b/gradle.properties index 5d6cefdb84497c7cdc35c6ef08f7d5d7285cb575..b0659b6f0c4f8a45d38c92178e83fd80a7c3e2bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,11 +8,11 @@ pluginVersion = 0.3.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 211 -pluginUntilBuild = 213.* +pluginUntilBuild = 222.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl # See https://jb.gg/intellij-platform-builds-list for available build versions. -pluginVerifierIdeVersions = 2021.1.1, 2021.1.2, 2021.1.3, 2021.2.3, 2021.3.1 +pluginVerifierIdeVersions = 2021.1.1, 2021.1.2, 2021.1.3, 2021.2.3, 2021.3.1, 2022.1.4, 2022.2 platformType = IC platformVersion = 2021.3.1