From 64d0ad1a1433c7d3a135f4419dc0acf98b49c998 Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Thu, 16 May 2024 19:14:58 +0200 Subject: [PATCH] Added toolchain resolving plugin --- settings.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/settings.gradle b/settings.gradle index f3a6806..f1c74fc 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,4 +5,8 @@ pluginManagement { } } +plugins { + id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0" +} + rootProject.name = "ViaLoader"