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 717d2a8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions detekt-gradle-plugin/build.gradle.kts
@@ -1,6 +1,3 @@
import org.gradle.api.internal.classpath.ModuleRegistry
import org.gradle.kotlin.dsl.support.serviceOf

plugins {
id("module")
`java-gradle-plugin`
Expand Down Expand Up @@ -34,17 +31,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 717d2a8

Please sign in to comment.