Skip to content

Commit 540d4cd

Browse files
Update org.jetbrains.dokka:dokka-gradle-plugin to v2.1.0 (#521)
Also removes redundant Gradle properties, including those that became redundant with other PRs. Co-authored-by: Gabriel Féo <gabriel@gabrielfeo.com>
1 parent bcd7a4d commit 540d4cd

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

gradle.properties

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,3 @@ org.gradle.jvmargs=-Xmx5g
88
org.gradle.caching=true
99
org.gradle.configuration-cache=true
1010
org.gradle.configuration-cache.parallel=true
11-
# Becomes default in Gradle 9.0
12-
org.gradle.kotlin.dsl.skipMetadataVersionCheck=false
13-
# Explicitly added at different versions, due to Kotlin/kotlin-jupyter#462
14-
kotlin.jupyter.add.api=false
15-
kotlin.jupyter.add.scanner=false
16-
kotlin.jupyter.add.testkit=false
17-
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
18-
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.2.10"
33
kotlin-stdlib = "2.0.0"
4-
dokka = "2.0.0"
4+
dokka = "2.1.0"
55
openapi-generator = "7.16.0"
66
jupyter = "0.15.0-650"
77
okio = "3.16.2"

0 commit comments

Comments
 (0)