From 7ddbe7c4eec6415fff6f68b89f194e1652a85bd1 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Thu, 8 Dec 2016 16:25:57 +0300 Subject: Altered publication script --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2e8bbba2..7a2298f0 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ def bintrayPublication(project, List _publications) { key = System.getenv('BINTRAY_KEY') pkg { - repo = dokka_eap.toBoolean() ? 'kotlin-eap' : 'dokka' + repo = dokka_publication_channel name = 'dokka' userOrg = 'kotlin' desc = 'Dokka, the Kotlin documentation tool' diff --git a/gradle.properties b/gradle.properties index 34dea141..d0802eb0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ dokka_version=0.9.11 -dokka_eap=false +dokka_publication_channel=dokka #Kotlin compiler and plugin kotlin_version=1.1-M03 -- cgit