Skip to content

Commit d68a2ef

Browse files
azdrojowa123vasilmkd
authored andcommitted
maven: remove temporary fix for scala static import #SCL-22426 fixed
1 parent 3ce7ee2 commit d68a2ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scala/integration/maven/src/org/jetbrains/plugins/scala/project/maven/ScalaMavenImporter.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ final class ScalaMavenImporter extends MavenImporter("org.scala-tools", "maven-s
152152
scalaLibraryToMarkAsSdk match {
153153
case Some((scalaLibrary, scalaLibraryVersion)) =>
154154
val compilerClasspathFull = module.getProject.getUserData(MavenFullCompilerClasspathKey)
155-
if (compilerClasspathFull == null) return
156155

157156
val compilerBridgeBinaryJar =
158157
ScalaSdkUtils.compilerBridgeJarName(scalaLibraryVersion.presentation).flatMap { bridgeJarName =>

0 commit comments

Comments
 (0)