From 083c31cb0eb18dce4f2a46d52b3606a92128230b Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Tue, 30 Jan 2018 15:29:33 +0100 Subject: turn all Kamon threads into daemon threads, except for reporters, fixes #502 --- build.sbt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 583f8a16..51a5a764 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,10 @@ lazy val testkit = (project in file("kamon-testkit")) lazy val coreTests = (project in file("kamon-core-tests")) - .settings(moduleName := "kamon-core-tests", resolvers += Resolver.mavenLocal) + .settings( + moduleName := "kamon-core-tests", + resolvers += Resolver.mavenLocal, + fork in Test := true) .settings(noPublishing: _*) .settings(commonSettings: _*) .settings( -- cgit v1.2.3