From a1ccda03e3423ddda747ae8b2f36c5772cab04fc Mon Sep 17 00:00:00 2001 From: Socolin Date: Sun, 18 Feb 2024 12:50:58 -0500 Subject: [PATCH] Bring back until-build since the plugin is too complex to have a chance of being compatible with latest version --- build.gradle | 8 ++------ src/rider/main/resources/META-INF/plugin.xml | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index e88d2be..4b97f80 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { @@ -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 { diff --git a/src/rider/main/resources/META-INF/plugin.xml b/src/rider/main/resources/META-INF/plugin.xml index a0c3590..b74f8ad 100644 --- a/src/rider/main/resources/META-INF/plugin.xml +++ b/src/rider/main/resources/META-INF/plugin.xml @@ -3,7 +3,7 @@ SpecFlow for Rider _PLACEHOLDER_ SpecFlow - + com.intellij.modules.rider com.intellij.modules.xml org.intellij.intelliLang