From ad4a2aa68d53da0975dcd8115920e9bc5a9973de Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sat, 30 Jul 2022 17:56:56 +0100 Subject: [PATCH] Mirror Oculus with our maven In some ways it's probably less reliable than modrinth, but let's be consistent here. --- build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build.gradle b/build.gradle index 278e3e9f6..ec8ba81fe 100644 --- a/build.gradle +++ b/build.gradle @@ -129,13 +129,6 @@ repositories { name "SquidDev" url "https://squiddev.cc/maven" } - maven { - name = "Modrinth" - url = "https://api.modrinth.com/maven" - content { - includeGroup "maven.modrinth" - } - } } configurations {