diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 67c9b8bf69d..6f9917f32b1 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -312,6 +312,14 @@ + + + + + + + + @@ -327,6 +335,11 @@ + + + + + @@ -1260,6 +1273,19 @@ + + + + + + + + + + + + + diff --git a/settings.gradle b/settings.gradle index 5f45142f94f..4f3b196ff9e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,6 +5,20 @@ pluginManagement { includeBuild('build-logic') } +plugins { + id("org.gradle.toolchains.foojay-resolver") version "0.7.0" +} + +toolchainManagement { + jvm { + javaRepositories { + repository("foojay") { + resolverClass = org.gradle.toolchains.foojay.FoojayToolchainResolver + } + } + } +} + include 'proto' include 'assets' include 'common'