From e4ad151a28cba2e844150e16b1944740badec91f Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Mon, 29 Jan 2024 18:52:58 +1100 Subject: [PATCH] Remove explicit inliner setting override --- build.sbt | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sbt b/build.sbt index 3a3f520eccc..a5450d5e71c 100644 --- a/build.sbt +++ b/build.sbt @@ -21,9 +21,6 @@ ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo ThisBuild / pekkoCoreProject := true -// pekkoInlineEnabled must be set to false when this is backported to 1.0.x branch -ThisBuild / pekkoInlineEnabled := true - enablePlugins( UnidocRoot, UnidocWithPrValidation,