Guilherme Delgado
1 min readJun 9, 2020

@nwillc regarding dokka configurations, would this:

val javadocJar by tasks.registering(Jar::class) {
val
dokka by tasks.getting(DokkaTask::class) {
outputFormat
= "html"
outputDirectory
= "$buildDir/dokka"
}
dependsOn(dokka)
archiveClassifier.set("javadoc")
from(dokka)
}

be also correct?

Thanks for your time.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Guilherme Delgado
Guilherme Delgado

Written by Guilherme Delgado

Software Engineer at BlissApplications 🇵🇹 • github.com/GuilhE • When I’m not coding I’m 🧗🏽or 🏄‍♂️

Responses (1)

Write a response