From 7a51629f1774acffbbbfd3162af7d42030735efc Mon Sep 17 00:00:00 2001 From: Rasmus Ros Date: Sun, 9 Aug 2026 07:13:07 +0200 Subject: [PATCH] chore: provision toolchains with the foojay resolver --- settings.gradle.kts | 5 +++++ 1 file changed, 5 insertions(+) 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" +}