Skip to content

Commit

Permalink
javaOnlySourcesJar: fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Oct 14, 2024
1 parent 9fd19c1 commit 546095e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ tasks {

val javaOnlySourcesJar by creating(Jar::class) {
from(kotlin.sourceSets["jvmMain"].kotlin) {
into(".")
into("")
}
archiveClassifier.set("sources")
}
Expand Down

0 comments on commit 546095e

Please sign in to comment.