Skip to content

Commit 47eea8a

Browse files
committed
fix: use Gradle 9 compatible Foojay resolver
1 parent e2f8b5a commit 47eea8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gradle-plugin/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pluginManagement {
1313
}
1414
}
1515

16-
plugins { id("org.gradle.toolchains.foojay-resolver-convention").version("0.5.0") }
16+
plugins { id("org.gradle.toolchains.foojay-resolver-convention").version("1.0.0") }
1717

1818
include(
1919
":react-native-gradle-plugin",

0 commit comments

Comments
 (0)