Skip to content

Commit b17cdf6

Browse files
author
Oleksandr Dzhychko
authored
Merge pull request #559 from modelix/deps/centralize-dokka-version
build(deps): specify version of Dokka once in libs.versions.toml
2 parents 2c8c792 + 422efe3 commit b17cdf6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.0" }
1515
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
1616
tasktree = { id = "com.dorongold.task-tree", version = "2.1.1" }
1717
modelix-mps-buildtools = { id = "org.modelix.mps.build-tools", version.ref = "modelixBuildtools" }
18-
dokka = {id = "org.jetbrains.dokka", version = "1.9.20"}
18+
dokka = {id = "org.jetbrains.dokka", version.ref = "dokka"}
1919
node = {id = "com.github.node-gradle.node", version = "7.0.2"}
2020
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.5" }
2121
npm-publish = { id = "dev.petuska.npm.publish", version = "3.4.2" }
@@ -36,6 +36,7 @@ node="18.17.1"
3636
modelixBuildtools="1.3.0"
3737
openapi = "7.3.0"
3838
micrometer = "1.12.2"
39+
dokka = "1.9.20"
3940

4041
[libraries]
4142

@@ -109,7 +110,7 @@ apache-cxf-sse = { group = "org.apache.cxf", name = "cxf-rt-rs-sse", version.ref
109110
apache-cxf-client = { group = "org.apache.cxf", name = "cxf-rt-rs-client", version.ref = "apacheCxf" }
110111

111112
semver = { group = "org.semver", name = "api", version = "0.9.33"}
112-
dokka-versioning = { group = "org.jetbrains.dokka", name = "versioning-plugin", version = "1.9.20"}
113+
dokka-versioning = { group = "org.jetbrains.dokka", name = "versioning-plugin", version.ref="dokka"}
113114

114115
modelix-buildtools-gradle = { group = "org.modelix.mps", name = "build-tools-gradle", version.ref = "modelixBuildtools"}
115116
modelix-buildtools-lib = { group = "org.modelix.mps", name = "build-tools-lib", version.ref = "modelixBuildtools"}

0 commit comments

Comments
 (0)