Can anyone help with dokka and gradle? I want to ...
# build-tools
n
Can anyone help with dokka and gradle? I want to build a documentation JAR from the output of the dokka task. I’ve tried the following task: task dokkaJar(type: Jar) { dependsOn 'dokka' classifier = 'docs' from 'dokka’ } but this does not put the contents of the build/dokka/ directory into the JAR