diff --git a/settings.gradle.kts b/settings.gradle.kts index ebe6cd9..896ff57 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -6,3 +6,8 @@ pluginManagement { gradlePluginPortal() } } + +plugins { + // Provisions the JDK the conventions ask for, so a machine without it does not need one installed. + id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0" +}