aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/build.gradle b/core/build.gradle
index 48d1361c..c35c2cdb 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -99,7 +99,7 @@ bintray {
key = System.getenv('BINTRAY_KEY')
pkg {
- repo = 'dokka'
+ repo = dokka_eap ? 'kotlin-eap' : 'dokka'
name = 'dokka'
userOrg = 'kotlin'
desc = 'Dokka, the Kotlin documentation tool'