From f18c4132de04ee23d06b55e207401bae702f6dad Mon Sep 17 00:00:00 2001 From: Olivier Melois Date: Thu, 19 May 2022 10:05:05 +0200 Subject: [PATCH] Enable discoverModels on core --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index fda9bd82f..d75739cee 100644 --- a/build.sbt +++ b/build.sbt @@ -113,6 +113,7 @@ lazy val core = projectMatrix "smithy.waiters", "smithy4s.api" ), + genDiscoverModels := true, Compile / sourceGenerators := Seq(genSmithyScala(Compile).taskValue), Compile / sourceGenerators += sourceDirectory .map(Boilerplate.gen(_, Boilerplate.BoilerplateModule.Core))