From 86b14472f2273aa7e358b8e82206f9b30b7b880d Mon Sep 17 00:00:00 2001 From: Alex Henning Johannessen Date: Mon, 24 Aug 2020 20:53:00 +0100 Subject: [PATCH] build: remove onLoad --- build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sbt b/build.sbt index e1ea7d70..9227418f 100644 --- a/build.sbt +++ b/build.sbt @@ -5,8 +5,6 @@ lazy val root = project .settings(skip in publish := true) .aggregate(core, netty, demo) -Global / onLoad ~= (_ andThen ("project core" :: _)) - lazy val basePath = file("").getAbsoluteFile.toPath lazy val IntegrationTest = config("it") extend Test