Skip to content

Commit

Permalink
Drop redundant workaround
Browse files Browse the repository at this point in the history
This workaround is no longer required as of Kotlin 1.6.20.
  • Loading branch information
3flex committed Jul 9, 2022
1 parent 8940fb6 commit 7610a8a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions detekt-gradle-plugin/build.gradle.kts
Expand Up @@ -34,17 +34,6 @@ testing {
implementation(libs.assertj)
implementation(libs.kotlin.gradle)
implementation(gradleKotlinDsl())

// See https://github.com/gradle/gradle/issues/16774#issuecomment-853407822
runtimeOnly(
files(
serviceOf<ModuleRegistry>()
.getModule("gradle-tooling-api-builders")
.classpath
.asFiles
.first()
)
)
}
}
register("functionalTest", JvmTestSuite::class) {
Expand Down

0 comments on commit 7610a8a

Please sign in to comment.