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 b28f0cd commit f1f8736Copy full SHA for f1f8736
src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowJavaPlugin.kt
@@ -53,7 +53,7 @@ public abstract class ShadowJavaPlugin @Inject constructor(
53
}
54
55
task.from(sourceSets.named("main").map { it.output })
56
- task.configurations.convention(listOf(runtimeConfiguration))
+ task.configurations.convention(provider { listOf(runtimeConfiguration) })
57
task.exclude(
58
"META-INF/INDEX.LIST",
59
"META-INF/*.SF",
0 commit comments