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 0bd0fcf commit 625efdeCopy full SHA for 625efde
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -103,10 +103,11 @@ 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", "-Dsbt.supershell=false")
+ case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
107
case _ => Nil
108
extraSbtArgs ++ sbtProps ++ List(
109
"-sbt-version", "1.3.8",
110
+ "-Dsbt.supershell=false",
111
s"--addPluginSbtFile=$sbtPluginFilePath")
112
113
object projects:
0 commit comments