mirror of https://github.com/sbt/sbt.git
Fix Scala 3 consoleProject and add scripted test
This commit is contained in:
parent
9911f1923f
commit
166a421a26
|
|
@ -675,6 +675,7 @@ object Defaults extends BuildCommon {
|
|||
else Def.task[Option[File]](None)
|
||||
}.value,
|
||||
scalaCompilerBridgeSource := ZincLmUtil.getDefaultBridgeSourceModule(scalaVersion.value),
|
||||
consoleProject / scalaCompilerBridgeBinaryJar := None,
|
||||
consoleProject / scalaCompilerBridgeSource := ZincLmUtil.getDefaultBridgeSourceModule(
|
||||
appConfiguration.value.provider.scalaProvider.version
|
||||
),
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
ThisBuild / scalaVersion := "3.0.0-M2"
|
||||
|
||||
lazy val root = project.in(file("."))
|
||||
|
|
@ -0,0 +1 @@
|
|||
> consoleProject
|
||||
Loading…
Reference in New Issue