Skip to content

Commit fda0c9b

Browse files
committed
Remove "until-build" from plugin.xml
1 parent 0496c8e commit fda0c9b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44

55
### Added
66

7+
- Support for IDEA 2025.2 and potentially future versions
8+
79
### Changed
810

11+
- The `until-build` attribute has been removed from plugin configuration.
12+
The plugin should now continue to work with future versions of IDEA without
13+
requiring a new release as long as IDEA's API does not break.
914
- Settings have been refactored. Different pages are now merged into one hierarchy.
1015

1116
### Deprecated

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ val pluginGroup: String by project
1919
val pluginName: String by project
2020
val pluginVersion: String by project
2121
val pluginSinceBuild: String by project
22-
val pluginUntilBuild: String by project
2322

2423
val platformType: String by project
2524
val platformVersion: String by project
@@ -78,7 +77,6 @@ intellijPlatform {
7877
}
7978
ideaVersion {
8079
sinceBuild = pluginSinceBuild
81-
untilBuild = pluginUntilBuild
8280
}
8381
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
8482
description = providers.provider {

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ pluginGroup = org.nixos.idea
55
pluginName = NixIDEA
66
pluginVersion = 0.4.0.18
77
pluginSinceBuild = 241
8-
pluginUntilBuild = 251.*
98

109
platformType = IU
1110
platformVersion = 2024.1.6

0 commit comments

Comments
 (0)