We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eafcdf commit 8bc8e1bCopy full SHA for 8bc8e1b
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -62,6 +62,7 @@ fun Project.configurePublishing(repoName: String) {
62
// FIXME: create a real "javadoc" JAR from Dokka output
63
val javadocJar = tasks.register<Jar>("emptyJar") {
64
archiveClassifier.set("javadoc")
65
+ destinationDirectory.set(layout.buildDirectory.dir("libs"))
66
from()
67
}
68
0 commit comments