From c0a25acac0616f0241664cdcd5d4b266aca824b2 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 6 Nov 2025 16:06:03 +0000 Subject: [PATCH] Disable foojay-resolver plugin due to network restrictions This plugin is for automatic Java toolchain resolution and is not critical for the build. --- settings.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/settings.gradle b/settings.gradle index 0f90d355..a1256b11 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,8 +5,9 @@ pluginManagement { } } -plugins { - id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0' -} +// Disabled due to network restrictions +//plugins { +// id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0' +//} include('coremod')