Skip to content

Commit 3c0a6f6

Browse files
committed
remove sourcesjar from common output
1 parent abf16e2 commit 3c0a6f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@ subprojects {
120120
// Copy regular JAR files
121121
from(tasks.named("jar").map { it.outputs.files })
122122

123-
// Copy sources JAR files if they exist
124-
val sourcesJarTask = tasks.findByName("sourcesJar")
125-
if (sourcesJarTask != null) {
126-
from(sourcesJarTask.outputs.files)
127-
}
128-
129123
into(commonOutputDir)
130124
}
131125

0 commit comments

Comments
 (0)