Skip to content

Commit

Permalink
Remove workaround for fixed Gradle issue (#2891)
Browse files Browse the repository at this point in the history
The issue was fixed in Gradle 7.6
  • Loading branch information
3flex committed Feb 27, 2023
1 parent 9297e6d commit ca203d6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions runners/gradle-plugin/build.gradle.kts
Expand Up @@ -20,14 +20,6 @@ dependencies {
testImplementation(gradleKotlinDsl())
testImplementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
testImplementation("com.android.tools.build:gradle:4.0.1")

// Fix https://github.com/gradle/gradle/issues/16774
testImplementation (
files(
serviceOf<org.gradle.api.internal.classpath.ModuleRegistry>().getModule("gradle-tooling-api-builders")
.classpath.asFiles.first()
)
)
}

// Gradle will put its own version of the stdlib in the classpath, do not pull our own we will end up with
Expand Down

0 comments on commit ca203d6

Please sign in to comment.