Skip to content

Commit fdd3a0d

Browse files
CopilotMte90
andcommitted
Replace IDE version constraints with plugin version in patchPluginXml
- Remove sinceBuild and untilBuild constraints - Add version.set(project.version.toString()) to patch plugin version - This allows the plugin to work with wider range of IDE versions Co-authored-by: Mte90 <[email protected]>
1 parent beb1c6e commit fdd3a0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ide-plugins/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ tasks {
3737
}
3838

3939
patchPluginXml {
40-
sinceBuild.set("231")
41-
untilBuild.set("241.*")
40+
version.set(project.version.toString())
4241
}
4342
}

0 commit comments

Comments
 (0)