Skip to content

Commit

Permalink
Set outputStrategy for run scope (#5019)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Oct 5, 2023
1 parent efca88a commit ab93b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ val commonSettings = formatSettings ++
),
resolvers ++= Resolver.sonatypeOssRepos("public"),
fork := true,
run / outputStrategy := Some(OutputStrategy.StdoutOutput),
Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat,
Test / javaOptions ++= Seq(
"-Xms512m",
Expand Down

0 comments on commit ab93b71

Please sign in to comment.