Skip to content

Commit

Permalink
Merge pull request #72 from ddunkin/open-until
Browse files Browse the repository at this point in the history
Support newer IntelliJ versions.
  • Loading branch information
ddunkin authored Oct 18, 2024
2 parents 64f5692 + 59fd0b8 commit d61a878
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ tasks {
}
}

buildSearchableOptions {
enabled = false
}

wrapper {
gradleVersion = properties("gradleVersion")
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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 =

# 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, 2024.2, 2024.3

platformType = IC
platformVersion = 2022.3
Expand Down

0 comments on commit d61a878

Please sign in to comment.