Skip to content

Commit 546095e

Browse files
committed
javaOnlySourcesJar: fix target
1 parent 9fd19c1 commit 546095e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ tasks {
185185

186186
val javaOnlySourcesJar by creating(Jar::class) {
187187
from(kotlin.sourceSets["jvmMain"].kotlin) {
188-
into(".")
188+
into("")
189189
}
190190
archiveClassifier.set("sources")
191191
}

0 commit comments

Comments
 (0)