Skip to content

Commit 36d29d9

Browse files
committed
Fix non-bootstrapped settings
1 parent b9692b0 commit 36d29d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ object Build {
277277
scalaVersion := referenceVersion,
278278
excludeFromIDE := true,
279279

280-
disableDocSetting
280+
disableDocSetting,
281+
classpathOptions ~= (_.withAutoBoot(false).withFilterLibrary(false))
281282
)
282283

283284
// Settings used when compiling dotty with a non-bootstrapped dotty

0 commit comments

Comments
 (0)