From c4e2d3fb0f8d7504df3c05857559a0a6a3e114a5 Mon Sep 17 00:00:00 2001 From: TomTheFurry <46843632+TomTheFurry@users.noreply.github.com> Date: Wed, 9 Mar 2022 16:21:44 +0800 Subject: [PATCH] Remove unused stuff --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d86d62674..94df09540 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,6 @@ buildscript { plugins { id "architectury-plugin" version "3.4-SNAPSHOT" id "dev.architectury.loom" version "0.10.0-SNAPSHOT" apply false - id "systems.manifold.manifold-gradle-plugin" version "0.0.2-alpha" } apply plugin: JarMergerPlugin @@ -77,6 +76,9 @@ allprojects { p -> mavenCentral() // used to download and compile dependencies from git repos maven { url 'https://jitpack.io' } + + // For Manifold Preprocessor + maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' } // Required for importing Modrinth mods maven {