From d624bcbb78822655c30b37c384a709fda869ed83 Mon Sep 17 00:00:00 2001 From: Shadaj Laddad Date: Sat, 26 Feb 2022 19:02:49 -0800 Subject: [PATCH] Try to not set untilBuild --- coreIntellijSupport/build.sbt | 1 - coreIntellijSupport/src/main/resources/META-INF/plugin.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/coreIntellijSupport/build.sbt b/coreIntellijSupport/build.sbt index 5cd02291..e36f18ee 100644 --- a/coreIntellijSupport/build.sbt +++ b/coreIntellijSupport/build.sbt @@ -11,7 +11,6 @@ packageMethod := PackagingMethod.Standalone() patchPluginXml := pluginXmlOptions { xml => xml.version = version.value xml.sinceBuild = (intellijBuild in ThisBuild).value - xml.untilBuild = "" } val publishAutoChannel = taskKey[Unit]("publishAutoChannel") diff --git a/coreIntellijSupport/src/main/resources/META-INF/plugin.xml b/coreIntellijSupport/src/main/resources/META-INF/plugin.xml index bc943566..7f7f7d6c 100644 --- a/coreIntellijSupport/src/main/resources/META-INF/plugin.xml +++ b/coreIntellijSupport/src/main/resources/META-INF/plugin.xml @@ -6,7 +6,7 @@ Typechecking support for the @react macro annotation in the Slinky framework for writing React apps with Scala. - + org.intellij.scala com.intellij.modules.java