Skip to content

Commit 3f62cc1

Browse files
committed
Add modulePath for schema generator plugin
1 parent 6aa0d68 commit 3f62cc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hll/dynamodb-mapper/dynamodb-mapper-schema-generator-plugin/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,7 @@ tasks.withType<Test> {
213213
dependsOn(":hll:hll-mapping-core:publishToMavenLocal")
214214
dependsOn(":services:dynamodb:publishToMavenLocal")
215215
}
216+
217+
dokka {
218+
modulePath = "dynamodb-mapper-schema-generator-plugin"
219+
}

0 commit comments

Comments
 (0)