Skip to content

Commit

Permalink
Remove unused property (#5135)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Jul 26, 2022
1 parent bcb245e commit a7cb830
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions detekt-gradle-plugin/build.gradle.kts
Expand Up @@ -183,8 +183,6 @@ afterEvaluate {
}
}

val String.byProperty: String? get() = findProperty(this) as? String

tasks.withType<Test>().configureEach {
retry {
@Suppress("MagicNumber")
Expand Down

0 comments on commit a7cb830

Please sign in to comment.