diff --git a/build.sbt b/build.sbt index 51b42fb9f..e2a2e9303 100644 --- a/build.sbt +++ b/build.sbt @@ -1221,14 +1221,6 @@ lazy val lmCore = (project in file("lm-core")) ) .taskValue, contrabandSettings, - // WORKAROUND sbt/sbt#2205 include managed sources in packageSrc - Compile / packageSrc / mappings ++= { - val srcs = (Compile / managedSources).value - val sdirs = (Compile / managedSourceDirectories).value - val base = baseDirectory.value - import Path.* - (((srcs --- sdirs --- base) pair (relativeTo(sdirs) | relativeTo(base) | flat)).toSeq) - }, mimaSettings, mimaBinaryIssueFilters ++= Seq( ProblemFilters.exclude[IncompatibleMethTypeProblem](