Skip to content

Commit d99c181

Browse files
authored
Merge pull request #75 from NixOS/idea241
Add support for IDEA 2024.1
2 parents 76d4598 + b179a1f commit d99c181

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44

55
### Added
66

7+
- Support for IDEA 2024.1
8+
79
### Changed
810

911
### Deprecated
1012

1113
### Removed
1214

15+
- Support for IDEA 2022.3
16+
1317
### Fixed
1418

1519
### Security

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
pluginGroup = org.nixos.idea
55
pluginName = NixIDEA
66
pluginVersion = 0.4.0.12
7-
pluginSinceBuild = 223
8-
pluginUntilBuild = 233.*
7+
pluginSinceBuild = 231
8+
pluginUntilBuild = 241.*
99

1010
platformType = IC
11-
platformVersion = 2022.3.3
11+
platformVersion = 2023.1.6
1212

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

0 commit comments

Comments
 (0)