Skip to content

Commit

Permalink
RGNP - Remove unnecessary dependency on gradle-tooling-api-builders -…
Browse files Browse the repository at this point in the history
… serviceOf failure
  • Loading branch information
cipolleschi committed Oct 7, 2024
1 parent b4015c1 commit 069d8fc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/react-native-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import org.gradle.api.internal.classpath.ModuleRegistry
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.gradle.configurationcache.extensions.serviceOf
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
Expand Down Expand Up @@ -48,14 +47,6 @@ dependencies {
implementation(libs.javapoet)

testImplementation(libs.junit)

testRuntimeOnly(
files(
serviceOf<ModuleRegistry>()
.getModule("gradle-tooling-api-builders")
.classpath
.asFiles
.first()))
}

// We intentionally don't build for Java 17 as users will see a cryptic bytecode version
Expand Down

0 comments on commit 069d8fc

Please sign in to comment.