mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
commit
2439da3545
2 changed files with 7 additions and 6 deletions
|
@ -222,7 +222,7 @@ open class JvmCompilerPlugin @Inject constructor(
|
|||
}
|
||||
|
||||
@Task(name = "doc", description = "Generate the documentation for the project", group = GROUP_DOCUMENTATION,
|
||||
runBefore = arrayOf("assemble"))
|
||||
runBefore = arrayOf("assemble"), runAfter = arrayOf("clean"))
|
||||
fun taskJavadoc(project: Project): TaskResult {
|
||||
val docGenerator = ActorUtils.selectAffinityActor(project, context, context.pluginInfo.docContributors)
|
||||
if (docGenerator != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue