From 87a135475e2bd4b4b372eaebb4e6ddd706d1f50d Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Thu, 16 May 2024 14:17:27 +0200 Subject: [PATCH] Added toolchain resolving plugin --- settings.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/settings.gradle b/settings.gradle index 740c0e4..2cbf7bc 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 = "ViaProxySpark"