diff --git a/settings.gradle b/settings.gradle index c387f79c..61f8e527 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,10 @@ pluginManagement { repositories { maven { url "https://maven.architectury.dev/" } - maven { url = 'https://maven.neoforged.net/releases' } gradlePluginPortal() } -} \ No newline at end of file +} + +plugins { + id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0' +}