File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
hll/dynamodb-mapper/dynamodb-mapper Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,9 @@ smithyBuild.projections.all {
241241
242242// Suppress internally-generated clients
243243dokka {
244+ tasks.dokkaGeneratePublicationHtml {
245+ dependsOn(tasks.generateSmithyProjections)
246+ }
244247 tasks.dokkaGenerateModuleHtml {
245248 dependsOn(tasks.generateSmithyProjections)
246249 }
Original file line number Diff line number Diff line change @@ -119,6 +119,12 @@ if (project.NATIVE_ENABLED) {
119119 }
120120 }
121121
122+ dokka {
123+ tasks.dokkaGeneratePublicationHtml {
124+ dependsOn(moveGenSrc)
125+ }
126+ }
127+
122128 tasks.withType<KotlinCompilationTask <* >> {
123129 if (this !is KspTaskJvm ) {
124130 // Ensure that any **non-KSP** compile tasks depend on the generated src move
You can’t perform that action at this time.
0 commit comments