We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4410d35 commit 070892dCopy full SHA for 070892d
build.gradle
@@ -369,7 +369,6 @@ subprojects {
369
370
// Fix for avoiding inclusion of runtime dependencies marked as 'shadow' in MANIFEST Class-Path.
371
// https://github.com/GradleUp/shadow/issues/324
372
- afterEvaluate {
373
pom.withXml { xml ->
374
def dependenciesNode = xml.asNode().get('dependencies') ?: xml.asNode().appendNode('dependencies')
375
project.configurations.shadowed.allDependencies.each {
@@ -380,7 +379,6 @@ subprojects {
380
379
dependencyNode.appendNode('scope', 'runtime')
381
}
382
383
- }
384
385
386
afterEvaluate {
0 commit comments