Skip to content

Commit

Permalink
remove unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
dorongold committed Jun 11, 2024
1 parent 2171a56 commit 45d32df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/groovy/utils/TaskGraphUtils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ import com.dorongold.gradle.tasktree.TaskTreeTaskBase
import org.gradle.api.Task
import org.gradle.execution.plan.Node
import org.gradle.execution.plan.TaskInAnotherBuild
import org.slf4j.Logger
import org.slf4j.LoggerFactory

class TaskGraphUtils {

private static final Logger LOGGER = LoggerFactory.getLogger(TaskGraphUtils)

static Set<Node> findRealTaskNodes(Collection<Node> nodes) {
return nodes.findAll {
it.task !instanceof TaskTreeTaskBase
Expand Down

0 comments on commit 45d32df

Please sign in to comment.