@react-native/gradle-plugin 0.74.87 → 0.74.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/gradle-plugin",
3
- "version": "0.74.87",
3
+ "version": "0.74.89",
4
4
  "description": "Gradle Plugin for React Native",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -7,7 +7,6 @@
7
7
 
8
8
  import org.gradle.api.internal.classpath.ModuleRegistry
9
9
  import org.gradle.api.tasks.testing.logging.TestExceptionFormat
10
- import org.gradle.configurationcache.extensions.serviceOf
11
10
  import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
12
11
 
13
12
  plugins {
@@ -48,14 +47,6 @@ dependencies {
48
47
  implementation(libs.javapoet)
49
48
 
50
49
  testImplementation(libs.junit)
51
-
52
- testRuntimeOnly(
53
- files(
54
- serviceOf<ModuleRegistry>()
55
- .getModule("gradle-tooling-api-builders")
56
- .classpath
57
- .asFiles
58
- .first()))
59
50
  }
60
51
 
61
52
  // We intentionally don't build for Java 17 as users will see a cryptic bytecode version