Skip to content

Commit

Permalink
Merge pull request #75 from NixOS/idea241
Browse files Browse the repository at this point in the history
Add support for IDEA 2024.1
  • Loading branch information
JojOatXGME authored Mar 28, 2024
2 parents 76d4598 + b179a1f commit d99c181
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@

### Added

- Support for IDEA 2024.1

### Changed

### Deprecated

### Removed

- Support for IDEA 2022.3

### Fixed

### Security
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
pluginGroup = org.nixos.idea
pluginName = NixIDEA
pluginVersion = 0.4.0.12
pluginSinceBuild = 223
pluginUntilBuild = 233.*
pluginSinceBuild = 231
pluginUntilBuild = 241.*

platformType = IC
platformVersion = 2022.3.3
platformVersion = 2023.1.6

# Gradle Configuration
# -> https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties
Expand Down

0 comments on commit d99c181

Please sign in to comment.