Skip to content

Commit

Permalink
Remove unused dependenciesAsNames (#6059)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Apr 30, 2023
1 parent 2eccd64 commit 158aa2a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package io.gitlab.arturbosch.detekt.testkit
import org.gradle.api.Task
import org.intellij.lang.annotations.Language

fun Task.dependenciesAsNames() = this.taskDependencies.getDependencies(this).map { it.name }
fun Task.dependenciesAsPaths() = this.taskDependencies.getDependencies(this).map { it.path }

/**
Expand Down

0 comments on commit 158aa2a

Please sign in to comment.