File tree Expand file tree Collapse file tree 4 files changed +0
-47
lines changed
pluginXml/resources/META-INF
scala/integration/intellij-bsp
src/org/jetbrains/plugins/scala/project/bsp Expand file tree Collapse file tree 4 files changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ lazy val scalaCommunity: sbt.Project =
6060 testingSupport % " test->test;compile->compile" ,
6161 devKitIntegration % " test->test;compile->compile" ,
6262 gradleIntegration % " test->test;compile->compile" ,
63- intellijBspIntegration % " test->test;compile->compile" ,
6463 intelliLangIntegration % " test->test;compile->compile" ,
6564 mavenIntegration % " test->test;compile->compile" ,
6665 junitIntegration % " test->test;compile->compile" ,
@@ -697,13 +696,6 @@ lazy val gradleIntegration =
697696 " com.intellij.properties" ).map(_.toPlugin) // required by Gradle
698697 )
699698
700- lazy val intellijBspIntegration =
701- newProject(" intellij-bsp" , file(" scala/integration/intellij-bsp" ))
702- .dependsOn(scalaImpl)
703- .settings(
704- intellijPlugins += " org.jetbrains.bsp::nightly" .toPlugin
705- )
706-
707699lazy val intelliLangIntegration = newProject(
708700 " intelliLang" ,
709701 file(" scala/integration/intellilang" )
Original file line number Diff line number Diff line change 4545 <depends optional =" true" config-file =" scala-i18n.xml" >com.intellij.java-i18n</depends >
4646 <depends optional =" true" config-file =" scala-properties-integration.xml" >com.intellij.properties</depends >
4747 <depends optional =" true" config-file =" scala-gradle-integration.xml" >com.intellij.gradle</depends >
48- <depends optional =" true" config-file =" scala-intellij-bsp-integration.xml" >org.jetbrains.bsp</depends >
4948 <depends optional =" true" config-file =" decompile-scala-to-java.xml" >org.jetbrains.java.decompiler</depends >
5049 <depends optional =" true" config-file =" scala-ml-completion-integration.xml" >com.intellij.completion.ml.ranking</depends >
5150 <depends optional =" true" config-file =" scala-features-trainer-integration.xml" >training</depends >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments