diff --git a/CHANGELOG.md b/CHANGELOG.md index abf570b..6a9b7c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ # FacilityIntellij Changelog ## Unreleased +- Support newer versions of the IntelliJ platform + +## 1.3.2 - Fix support for the 2023.3 Intellij platform - Only check specific attributes for duplicates diff --git a/gradle.properties b/gradle.properties index 707e891..8dd334e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,11 +8,11 @@ pluginVersion = 1.3.2 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 223 -pluginUntilBuild = 233.* +#pluginUntilBuild = 233.* # 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 = 2022.3, 2023.1, 2023.2, 2023.3 +pluginVerifierIdeVersions = 2022.3, 2023.1, 2023.2, 2023.3, 2024.1, 2024.2, 2024.3 platformType = IC platformVersion = 2022.3