Skip to content

Commit a2cff62

Browse files
author
Wesley Hartford
committed
Remove bad forEach call
1 parent 8f9e073 commit a2cff62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/groovy/ca/cutterslade/gradle/analyze/ProjectDependencyResolver.groovy

-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ class ProjectDependencyResolver {
180180
* @return a Set of class names
181181
*/
182182
private Set<String> analyzeClassDependencies() {
183-
classesDirs.forEach{it->"fail"}
184183
classesDirs.collect {File it -> dependencyAnalyzer.analyze(it.toURI().toURL())}
185184
.flatten() as Set<String>
186185
}

0 commit comments

Comments
 (0)