We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98f6e1 commit 94362b7Copy full SHA for 94362b7
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -103,7 +103,7 @@ final case class SbtCommunityProject(
103
override val runCommandsArgs: List[String] =
104
// Run the sbt command with the compiler version and sbt plugin set in the build
105
val sbtProps = Option(System.getProperty("sbt.ivy.home")) match
106
- case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
+ case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome", "-Dsbt.supershell=false")
107
case _ => Nil
108
extraSbtArgs ++ sbtProps ++ List(
109
"-sbt-version", "1.3.6",
0 commit comments