Fetch missing toolchains automatically

This commit is contained in:
Marc Plano-Lesay 2023-08-11 08:03:18 +10:00
parent 8430f98c2e
commit b3ab535448
Signed by untrusted user: kernald
GPG key ID: 66A41B08CC62A6CF

View file

@ -5,6 +5,11 @@ pluginManagement {
gradlePluginPortal() gradlePluginPortal()
} }
} }
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0"
}
dependencyResolutionManagement { dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories { repositories {