Minor cleanup
This commit is contained in:
parent
900371cc83
commit
20f413b986
1 changed files with 2 additions and 1 deletions
|
@ -150,6 +150,7 @@ tasks {
|
|||
}
|
||||
|
||||
dokkaHtml {
|
||||
dependsOn("kaptKotlin")
|
||||
outputDirectory.set(file("$projectDir/docs"))
|
||||
|
||||
dokkaSourceSets {
|
||||
|
@ -214,7 +215,7 @@ tasks {
|
|||
register("release") {
|
||||
description = "Publishes version ${project.version} to local repository."
|
||||
group = PublishingPlugin.PUBLISH_TASK_GROUP
|
||||
dependsOn(dokkaHtml, "deploy", gitTag, publishToMavenLocal)
|
||||
dependsOn("deploy", dokkaHtml, gitTag, publishToMavenLocal)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue