Skip to content

Commit 196b271

Browse files
felixmuldersmarter
authored andcommitted
Move bridge to correct location, fix unmanaged sources in build
1 parent 2ebd982 commit 196b271

File tree

508 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

508 files changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ object DottyBuild extends Build {
140140
// necessary evil: dottydoc currently needs to be included in the dotty
141141
// project, for sbt integration
142142
unmanagedSourceDirectories in Compile := Seq((scalaSource in Compile).value),
143-
unmanagedSourceDirectories in Compile += baseDirectory.value / "doc-tool" / "src",
143+
unmanagedSourceDirectories in Compile += baseDirectory.value / ".." / "doc-tool" / "src",
144144
unmanagedSourceDirectories in Test := Seq((scalaSource in Test).value),
145-
unmanagedSourceDirectories in Test += baseDirectory.value / "doc-tool" / "test",
145+
unmanagedSourceDirectories in Test += baseDirectory.value / ".." / "doc-tool" / "test",
146146

147147
// set system in/out for repl
148148
connectInput in run := true,

0 commit comments

Comments
 (0)