Skip to content

Commit 4f2a36b

Browse files
committed
don't add source jars to artifact
1 parent 1b5de84 commit 4f2a36b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ subprojects {
149149
from(tasks.named(buildTask).map { it.outputs.files })
150150

151151
// Copy sources JAR files if they exist
152-
val sourcesJarTask = tasks.findByName("sourcesJar")
153-
if (sourcesJarTask != null) {
154-
from(sourcesJarTask.outputs.files)
155-
}
152+
// val sourcesJarTask = tasks.findByName("sourcesJar")
153+
// if (sourcesJarTask != null) {
154+
// from(sourcesJarTask.outputs.files)
155+
// }
156156

157157
into(commonOutputDir)
158158
}

0 commit comments

Comments
 (0)