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:
parent
6313888a21
commit
33dee38575
1 changed files with 7 additions and 7 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue