File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
packages/react-native-gradle-plugin
react-native-gradle-plugin Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 77
88import org.gradle.api.internal.classpath.ModuleRegistry
99import org.gradle.api.tasks.testing.logging.TestExceptionFormat
10- import org.gradle.configurationcache.extensions.serviceOf
1110import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1211
1312plugins {
@@ -52,14 +51,6 @@ dependencies {
5251 testImplementation(libs.junit)
5352 testImplementation(libs.assertj)
5453 testImplementation(project(" :shared-testutil" ))
55-
56- testRuntimeOnly(
57- files(
58- serviceOf<ModuleRegistry >()
59- .getModule(" gradle-tooling-api-builders" )
60- .classpath
61- .asFiles
62- .first()))
6354}
6455
6556// We intentionally don't build for Java 17 as users will see a cryptic bytecode version
Original file line number Diff line number Diff line change 77
88import org.gradle.api.internal.classpath.ModuleRegistry
99import org.gradle.api.tasks.testing.logging.TestExceptionFormat
10- import org.gradle.configurationcache.extensions.serviceOf
1110import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1211
1312plugins {
@@ -41,14 +40,6 @@ dependencies {
4140
4241 testImplementation(libs.junit)
4342 testImplementation(project(" :shared-testutil" ))
44-
45- testRuntimeOnly(
46- files(
47- serviceOf<ModuleRegistry >()
48- .getModule(" gradle-tooling-api-builders" )
49- .classpath
50- .asFiles
51- .first()))
5243}
5344
5445// We intentionally don't build for Java 17 as users will see a cryptic bytecode version
You can’t perform that action at this time.
0 commit comments