aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2022-03-25 19:07:53 +0300
committerGitHub <noreply@github.com>2022-03-25 19:07:53 +0300
commit414475f9f87a9bc49b0a27f8cc4c690d6910a13e (patch)
tree8172389d3959abfe1e5626ba9aa0f5c9184c08e8 /gradle.properties
parentea4a3bf6c55da8b6cf1dde144d8d2ae854b80243 (diff)
downloaddokka-414475f9f87a9bc49b0a27f8cc4c690d6910a13e.tar.gz
dokka-414475f9f87a9bc49b0a27f8cc4c690d6910a13e.tar.bz2
dokka-414475f9f87a9bc49b0a27f8cc4c690d6910a13e.zip
Minor refactoring of dokka versioning and publishing (#2401)
* Minor refactoring of dokka versioning and publishing * Added RC version type * Added gradle-plugin-portal as a publication channel * Removed `dokka_version_base` in favour of `dokka_version` * Change dokka_version to the relevant SNAPSHOT * Revert explicit flag for version checking, it will be executed automatically if publication channels are present * Update publish to GH pages script to include SNAPSHOT docs
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 564b080f..1b8eed4f 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,5 @@
# Project Settings
-dokka_version_base=1.6.10
-dokka_publication_channels=maven-central-snapshot&space-dokka-dev
+dokka_version=1.6.20-SNAPSHOT
dokka_integration_test_parallelism=2
# Versions
kotlin_version=1.6.20-RC