Skip to content

Commit 65ca558

Browse files
committed
feat: use redocly to merge the specs
1 parent 96bd49d commit 65ca558

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server-stubs-ktor/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ tasks.compileKotlin {
5151
dependsOn(tasks.fabriktGenerate)
5252
}
5353

54+
tasks.kotlinSourcesJar {
55+
dependsOn(tasks.fabriktGenerate)
56+
}
57+
5458
java {
5559
withSourcesJar()
5660
}

0 commit comments

Comments
 (0)