1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00

Comment out dokka to make upgrade easier.

This commit is contained in:
Cedric Beust 2015-11-29 13:52:30 -08:00
parent 6313888a21
commit 33dee38575

View file

@ -112,13 +112,13 @@ val kobalt = kotlinProject(wrapper) {
args("-nowarn") args("-nowarn")
} }
dokka { // dokka {
outputFormat = "markdown" // outputFormat = "markdown"
} // }
//
dokka { // dokka {
outputFormat = "html" // outputFormat = "html"
} // }
github { github {
file("$buildDirectory/libs/$name-$version.zip", "$name/$version/$name-$version.zip") file("$buildDirectory/libs/$name-$version.zip", "$name/$version/$name-$version.zip")