Skip to content

Commit

Permalink
Remove leftover debugging statements
Browse files Browse the repository at this point in the history
This commit removes some leftover debugging statements from the
dependencies info task.
  • Loading branch information
jasontedor committed Jun 9, 2018
1 parent 9890cc7 commit ed4dade
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ public class DependenciesInfoTask extends DefaultTask {
.resolvedArtifacts
.collect { it -> "${it.moduleVersion.id.group}:${it.moduleVersion.id.name}:${it.moduleVersion.id.version}" }

println runtimeDependencies
println providedConfiguration.getResolvedConfiguration().getResolvedArtifacts()
println providedArtifacts

final StringBuilder output = new StringBuilder()

for (final Dependency dependency : runtimeDependencies) {
Expand Down

0 comments on commit ed4dade

Please sign in to comment.