Skip to content

Commit 79ec601

Browse files
committed
Set destination directory of emptyJar task
1 parent 2eafcdf commit 79ec601

File tree

1 file changed

+1
-0
lines changed
  • build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl

1 file changed

+1
-0
lines changed

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ fun Project.configurePublishing(repoName: String) {
6262
// FIXME: create a real "javadoc" JAR from Dokka output
6363
val javadocJar = tasks.register<Jar>("emptyJar") {
6464
archiveClassifier.set("javadoc")
65+
destinationDirectory.set(layout.buildDirectory.dir("libs"))
6566
from()
6667
}
6768

0 commit comments

Comments
 (0)