From 414475f9f87a9bc49b0a27f8cc4c690d6910a13e Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Fri, 25 Mar 2022 19:07:53 +0300 Subject: 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 --- gradle.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gradle.properties') 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 -- cgit