From f7af78c5361a6ca2b36f9fd3ad446f8cee57b21a Mon Sep 17 00:00:00 2001 From: KnightMiner Date: Sun, 2 Jun 2024 02:54:04 -0400 Subject: [PATCH] Fix missing maven central in build.gradle Broke for someone trying to setup a workspace by it not being absent. Not sure why it worked for me before, but no harm having it (we notably have it on the 1.20 Mantle branch) --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 17b23ea5..ce04aa87 100644 --- a/build.gradle +++ b/build.gradle @@ -15,6 +15,7 @@ plugins { } repositories { + mavenCentral() maven { // Our maven name "Prog's Maven"