Skip to content

Commit

Permalink
Enable discoverModels on core
Browse files Browse the repository at this point in the history
  • Loading branch information
Baccata committed May 19, 2022
1 parent 86240c5 commit f18c413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit f18c413

Please sign in to comment.