aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--gradle.properties2
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<String> _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