Skip to content

Commit

Permalink
build: remove onLoad
Browse files Browse the repository at this point in the history
  • Loading branch information
ahjohannessen committed Aug 24, 2020
1 parent 526dafe commit 86b1447
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86b1447

Please sign in to comment.