Updated copyright

This commit is contained in:
Erik C. Thauvin 2023-09-24 21:11:36 -07:00
parent 20f413b986
commit 7ef1c441e6
5 changed files with 6 additions and 6 deletions

View file

@ -169,7 +169,7 @@ tasks {
}
dokkaJavadoc {
dependsOn("kaptKotlin")
dependsOn(dokkaHtml)
dokkaSourceSets {
configureEach {
includes.from("config/dokka/packages.md")
@ -215,7 +215,7 @@ tasks {
register("release") {
description = "Publishes version ${project.version} to local repository."
group = PublishingPlugin.PUBLISH_TASK_GROUP
dependsOn("deploy", dokkaHtml, gitTag, publishToMavenLocal)
dependsOn("deploy", gitTag, publishToMavenLocal)
}
}