File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,8 @@ object Build {
288
288
// Settings used when compiling dotty with a non-bootstrapped dotty
289
289
lazy val commonBootstrappedSettings = commonDottySettings ++ Seq (
290
290
bspEnabled := false ,
291
+ bloop.integrations.sbt.BloopKeys .bloopGenerate in Compile := None ,
292
+ bloop.integrations.sbt.BloopKeys .bloopGenerate in Test := None ,
291
293
unmanagedSourceDirectories in Compile += baseDirectory.value / " src-bootstrapped" ,
292
294
293
295
version := dottyVersion,
Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.13")
13
13
addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.3.2" )
14
14
15
15
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
16
+
17
+ addSbtPlugin(" ch.epfl.scala" % " sbt-bloop" % " 1.4.8" ) // allows setting `bloopGenerate`
You can’t perform that action at this time.
0 commit comments