We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf16e2 commit 3c0a6f6Copy full SHA for 3c0a6f6
build.gradle.kts
@@ -120,12 +120,6 @@ subprojects {
120
// Copy regular JAR files
121
from(tasks.named("jar").map { it.outputs.files })
122
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
-
129
into(commonOutputDir)
130
}
131
0 commit comments