From 33dee3857589e992150970c14bfb24fee769a3aa Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 29 Nov 2015 13:52:30 -0800 Subject: [PATCH] Comment out dokka to make upgrade easier. --- kobalt/src/Build.kt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index d8ecc25b..aae9a46e 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -112,13 +112,13 @@ val kobalt = kotlinProject(wrapper) { args("-nowarn") } - dokka { - outputFormat = "markdown" - } - - dokka { - outputFormat = "html" - } +// dokka { +// outputFormat = "markdown" +// } +// +// dokka { +// outputFormat = "html" +// } github { file("$buildDirectory/libs/$name-$version.zip", "$name/$version/$name-$version.zip")