Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.dokka:dokka-gradle-plugin …
Browse files Browse the repository at this point in the history
…to v2 (#452)

* Add Dokka v2 Gradle flags

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Drew Hamilton <[email protected]>
  • Loading branch information
renovate[bot] and drewhamilton authored Dec 17, 2024
1 parent 84e6124 commit 042f048
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ PUBLISH_VERSION=0.19.0-SNAPSHOT

# Workaround for https://github.com/Kotlin/dokka/issues/1405 on `./gradlew dokkaJavadoc`
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

# Dokka v2
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 @@ -33,7 +33,7 @@ testParameterInjector = "com.google.testparameterinjector:test-parameter-injecto

plugin-buildconfig = "com.github.gmazzo.buildconfig:plugin:5.5.1"
plugin-mavenPublish = "com.vanniktech:gradle-maven-publish-plugin:0.30.0"
plugin-dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.9.20"
plugin-dokka = "org.jetbrains.dokka:dokka-gradle-plugin:2.0.0"

[plugins]

Expand Down

0 comments on commit 042f048

Please sign in to comment.