aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Haughton <3flex@users.noreply.github.com>2023-02-28 02:15:11 +1100
committerGitHub <noreply@github.com>2023-02-27 16:15:11 +0100
commitca203d647eab94856e353b2be1e176d5166a50aa (patch)
tree2de0858aea283dbc97958d61ba22cd7790327c41
parent9297e6de3446314a5d2f4639c2024d62887b109a (diff)
downloaddokka-ca203d647eab94856e353b2be1e176d5166a50aa.tar.gz
dokka-ca203d647eab94856e353b2be1e176d5166a50aa.tar.bz2
dokka-ca203d647eab94856e353b2be1e176d5166a50aa.zip
Remove workaround for fixed Gradle issue (#2891)
The issue was fixed in Gradle 7.6
-rw-r--r--runners/gradle-plugin/build.gradle.kts8
1 files changed, 0 insertions, 8 deletions
diff --git a/runners/gradle-plugin/build.gradle.kts b/runners/gradle-plugin/build.gradle.kts
index 2d4f510f..6845e7f6 100644
--- a/runners/gradle-plugin/build.gradle.kts
+++ b/runners/gradle-plugin/build.gradle.kts
@@ -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