Skip to content

Commit 5522a4d

Browse files
authored
Merge pull request #3093 from dotty-staging/fix-intellij
Fix #3090: IntelliJ cannot import the project
2 parents 851c3c2 + 35a2207 commit 5522a4d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

project/Build.scala

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -477,13 +477,6 @@ object Build {
477477
"com.novocode" % "junit-interface" % "0.11" % "test",
478478
"org.scala-lang" % "scala-library" % scalacVersion % "test"),
479479

480-
// Repl subproject shouldn't be distributed on its own yet, so the
481-
// sources need to be included in the dotty compiler to be available to
482-
// the sbt bridge
483-
unmanagedSourceDirectories in Compile += baseDirectory.value / ".." / "repl" / "src",
484-
unmanagedSourceDirectories in Test += baseDirectory.value / ".." / "repl" / "test",
485-
unmanagedResourceDirectories in Test += baseDirectory.value / ".." / "repl" / "test-resources",
486-
487480
// enable improved incremental compilation algorithm
488481
incOptions := incOptions.value.withNameHashing(true),
489482

0 commit comments

Comments
 (0)