ExDeorum/settings.gradle
Claude c0a25acac0
Disable foojay-resolver plugin due to network restrictions
This plugin is for automatic Java toolchain resolution and is not
critical for the build.
2025-11-06 16:09:18 +00:00

14 lines
291 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.neoforged.net/releases' }
}
}
// Disabled due to network restrictions
//plugins {
// id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
//}
include('coremod')