Skip to content

Commit

Permalink
Bring back until-build since the plugin is too complex to have a chan…
Browse files Browse the repository at this point in the history
…ce of being compatible with latest version
  • Loading branch information
Socolin committed Feb 18, 2024
1 parent 6f8850b commit a1ccda0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ intellij {
version = "${ProductVersion}"
downloadSources = false
instrumentCode = false
plugins = ["org.intellij.intelliLang"]

updateSinceUntilBuild = true
sameSinceUntilBuild = false
// TODO: add plugins
// plugins = ["uml", "com.jetbrains.ChooseRuntime:1.0.9"]
}

runIde {
Expand Down Expand Up @@ -141,8 +139,6 @@ patchPluginXml {
changeNotes = changelogMatches.collect {
it[1].replaceAll(/(?s)- /, "\u2022 ").replaceAll(/`/, "").replaceAll(/,/, "%2C").replaceAll(/;/, "%3B")
}.take(1).join('')

untilBuild = provider {null} // removes until-build in plugin.xml
}

prepareSandbox {
Expand Down
2 changes: 1 addition & 1 deletion src/rider/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>SpecFlow for Rider</name>
<version>_PLACEHOLDER_</version>
<vendor url="https://specflow.org/">SpecFlow</vendor>
<idea-version since-build="_PLACEHOLDER_" />
<idea-version since-build="_PLACEHOLDER_" until-build="_PLACEHOLDER_" />
<depends>com.intellij.modules.rider</depends>
<depends>com.intellij.modules.xml</depends>
<depends>org.intellij.intelliLang</depends>
Expand Down

0 comments on commit a1ccda0

Please sign in to comment.