Skip to content

Commit

Permalink
Bypass version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
henningrck committed Aug 30, 2024
1 parent 58cffdf commit c362635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ tasks {
patchPluginXml {
version.set("${project.version}")
sinceBuild.set("241")
untilBuild.set("300")
}

compileKotlin {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
]]></change-notes>

<!-- please see https://jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="241"/>
<idea-version since-build="241" until-build="300"/>

<actions>
<action id="eclipser" class="com.kukido.eclipser.EclipserAction" text="Convert with Eclipser"
Expand Down

0 comments on commit c362635

Please sign in to comment.