diff --git a/build.sbt b/build.sbt index 2a32db69d..c36f316d2 100644 --- a/build.sbt +++ b/build.sbt @@ -1393,7 +1393,9 @@ lazy val launcherPackageIntegrationTest = testFrameworks += TestFramework("verify.runner.Framework"), Test / fork := true, Test / javaOptions += { - val cp = (Test / fullClasspath).value.map(_.data.getAbsolutePath).mkString(java.io.File.pathSeparator) + val cp = (Test / fullClasspath).value + .map(_.data.getAbsolutePath) + .mkString(java.io.File.pathSeparator) s"-Dsbt.test.classpath=$cp" }, Test / test := {