From 2a7e70ab6a7af9a8047eb184d28ada068e9f86c4 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Fri, 3 Oct 2025 14:49:28 +0900 Subject: [PATCH] fix run/daemon-exit test --- sbt-app/src/sbt-test/run/daemon-exit/build.sbt | 1 + 1 file changed, 1 insertion(+) create mode 100644 sbt-app/src/sbt-test/run/daemon-exit/build.sbt diff --git a/sbt-app/src/sbt-test/run/daemon-exit/build.sbt b/sbt-app/src/sbt-test/run/daemon-exit/build.sbt new file mode 100644 index 000000000..6dbf94cfe --- /dev/null +++ b/sbt-app/src/sbt-test/run/daemon-exit/build.sbt @@ -0,0 +1 @@ +run / fork := true