diff --git a/settings.gradle b/settings.gradle index 050ab600..304db8da 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1,15 @@ +pluginManagement { + repositories { + maven { + name = "NeoForge" + url = "https://maven.neoforged.net/releases/" + content { + includeGroupAndSubgroups "net.neoforged" + } + } + gradlePluginPortal() + } +} plugins { id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'