From bc6e27376e8a288d5cd87157d0a43540e198a559 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:55:58 +1100 Subject: [PATCH] Allow maven local for plugins (#3318) --- settings.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.gradle.kts b/settings.gradle.kts index 987b70013456..867e9fe5d5d5 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -5,6 +5,7 @@ pluginManagement { includeBuild("sharedVariables") repositories { mavenCentral() + mavenLocal() gradlePluginPortal() maven("https://oss.sonatype.org/content/repositories/snapshots") maven("https://maven.architectury.dev/")