1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -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")
}
dokka {
outputFormat = "markdown"
}
dokka {
outputFormat = "html"
}
// dokka {
// outputFormat = "markdown"
// }
//
// dokka {
// outputFormat = "html"
// }
github {
file("$buildDirectory/libs/$name-$version.zip", "$name/$version/$name-$version.zip")