Skip to content

Commit

Permalink
Update dokka_version to 1.9.20-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Oct 18, 2023
1 parent c802c59 commit fedd09b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dokka-integration-tests/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Project Settings
# TODO remove 'dokka_version' - it doesn't need to be mandatory for non-published subprojects
dokka_version=1.9.10-SNAPSHOT
dokka_version=1.9.20-SNAPSHOT
org.jetbrains.dokka.javaToolchain.mainCompiler=8
org.jetbrains.dokka.javaToolchain.testLauncher=8
dokka_integration_test_parallelism=2
2 changes: 1 addition & 1 deletion dokka-runners/cli/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#

# Project Settings
dokka_version=1.9.10-SNAPSHOT
dokka_version=1.9.20-SNAPSHOT
2 changes: 1 addition & 1 deletion dokka-runners/gradle-plugin-classic/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#

# Project Settings
dokka_version=1.9.10-SNAPSHOT
dokka_version=1.9.20-SNAPSHOT

kotlin.stdlib.default.dependency=false
3 changes: 1 addition & 2 deletions dokka-runners/maven-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
# Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
#

# TODO remove 'dokka_version' - it doesn't need to be mandatory for non-published subprojects
dokka_version=1.9.10-SNAPSHOT
dokka_version=1.9.20-SNAPSHOT
2 changes: 1 addition & 1 deletion dokka-subprojects/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# Project Settings
dokka_version=1.9.10-SNAPSHOT
dokka_version=1.9.20-SNAPSHOT
org.jetbrains.dokka.javaToolchain.mainCompiler=8
org.jetbrains.dokka.javaToolchain.testLauncher=8
org.jetbrains.dokka.kotlinLanguageLevel=1.4

0 comments on commit fedd09b

Please sign in to comment.