Skip to content

Commit

Permalink
Merge pull request #84 from Netflix/Netflix/intellij-233
Browse files Browse the repository at this point in the history
Compatibility with IntelliJ 2023.3
  • Loading branch information
srinivasankavitha authored Feb 16, 2024
2 parents e373cae + 2463487 commit 181a24d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased]

## [1.3.5]
### Fixed
* Updated to work with IntelliJ platform version 2023.3

## [1.3.4]
### Fixed
* Updated to work with IntelliJ build 233
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@

pluginGroup = com.netflix.graphql.dgs
pluginName = dgs-intellij-plugin
pluginVersion = 1.3.4
pluginVersion = 1.3.5

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=231.1
pluginSinceBuild=233.1
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 = 2023.2, 2023.3
pluginVerifierIdeVersions = 2023.3

platformType = IU
platformVersion = 2023.2
platformVersion = 2023.3
platformDownloadSources = true

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
Expand Down

0 comments on commit 181a24d

Please sign in to comment.