Skip to content

Commit

Permalink
Remove unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarcpozas committed Oct 14, 2018
1 parent 38e72dc commit aacc08b
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -275,7 +275,6 @@ class CopyDependenciesTask extends DefaultTask {
def valuesDest = new XmlSlurper().parse(valuesDestFile)

valuesSource.children().each {
println it.name()
valuesDest.appendNode(it)
}

Expand Down

0 comments on commit aacc08b

Please sign in to comment.