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