Skip to content

Commit

Permalink
Updated to dokka 2
Browse files Browse the repository at this point in the history
  • Loading branch information
perracodex committed Dec 19, 2024
1 parent d94b99a commit 1c83a77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ mavenPublishing {

configure(
KotlinJvm(
javadocJar = JavadocJar.Dokka("dokkaHtml"),
javadocJar = JavadocJar.Dokka("dokkaGeneratePublicationHtml"),
sourcesJar = true,
)
)
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
kotlin.code.style=official

group=io.github.perracodex
version=1.0.8
artifactId=kopapi
Expand All @@ -8,3 +7,6 @@ repositoryConnection=github.com:perracodex
developer=perracodex
pomName=Kopapi
pomDescription=An OpenAPI generator for Ktor.
# https://kotlinlang.org/docs/dokka-migration.html
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ktor = "3.0.3"
mockk = "1.13.13"
swagger-parser = "2.1.24"
swagger-ui = "5.18.2"
vanniktech = "0.29.0"
vanniktech = "0.30.0"


[plugins]
Expand Down

0 comments on commit 1c83a77

Please sign in to comment.