mirror of https://github.com/sbt/sbt.git
Format build.sbt for scalafmtSbtCheck
This commit is contained in:
parent
a115036378
commit
7c1958a9d7
|
|
@ -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 := {
|
||||
|
|
|
|||
Loading…
Reference in New Issue