Skip to content

Commit

Permalink
#3 Setup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-zhdanov committed Sep 16, 2019
1 parent 4ed9f67 commit 35262ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ test {
}

task dokkaJavadoc(type: org.jetbrains.dokka.gradle.DokkaTask) {
outputFormat = "javadoc"
outputFormat = 'javadoc'
outputDirectory = "$buildDir/dokkaJavadoc"
noStdlibLink = false
noJdkLink = false
}

task kotlindocJar(type: Jar, dependsOn: dokkaJavadoc) {
Expand Down

0 comments on commit 35262ca

Please sign in to comment.