From 42e4512781abf36b2f875e2ec08def935079cd4f Mon Sep 17 00:00:00 2001 From: Kosma Moczek Date: Fri, 31 Dec 2021 03:47:36 +0100 Subject: [PATCH] fabric-1.18: remove incorrectly included DynmapCoreAPI depedency --- fabric-1.18/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/fabric-1.18/build.gradle b/fabric-1.18/build.gradle index 1597e68b..96cacd74 100644 --- a/fabric-1.18/build.gradle +++ b/fabric-1.18/build.gradle @@ -39,7 +39,6 @@ dependencies { compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2' shadow project(path: ':DynmapCore', configuration: 'shadow') - shadow project(path: ':DynmapCoreAPI', configuration: 'shadow') // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. // You may need to force-disable transitiveness on them.