diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-09-04 12:54:49 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-09-04 14:32:57 +0200 |
commit | 5341805076ca6e2777548a2aed0cc4b12b67a00e (patch) | |
tree | 9a16c86142ce865c3c1cf5b6b2824905ea70b672 /gradle.properties | |
parent | cc3d4872f70cfebaf5d85c72af0030f526671915 (diff) | |
download | dokka-5341805076ca6e2777548a2aed0cc4b12b67a00e.tar.gz dokka-5341805076ca6e2777548a2aed0cc4b12b67a00e.tar.bz2 dokka-5341805076ca6e2777548a2aed0cc4b12b67a00e.zip |
Support multiple publication channels at once
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index c9bc0ec9..7088ba55 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Project Settings dokka_version_base=1.4.10 -dokka_publication_channel=space-dokka-dev +dokka_publication_channels=bintray-kotlin-dev&space-dokka-dev dokka_integration_test_parallelism=2 # Versions kotlin_version=1.4.0 |