Skip to content

Commit 2293c25

Browse files
committed
More fix build
1 parent 83391ad commit 2293c25

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

aws-runtime/aws-config/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ smithyBuild.projections.all {
241241

242242
// Suppress internally-generated clients
243243
dokka {
244+
tasks.dokkaGeneratePublicationHtml {
245+
dependsOn(tasks.generateSmithyProjections)
246+
}
244247
tasks.dokkaGenerateModuleHtml {
245248
dependsOn(tasks.generateSmithyProjections)
246249
}

hll/dynamodb-mapper/dynamodb-mapper/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)