fabric-1.18: remove incorrectly included DynmapCoreAPI depedency

This commit is contained in:
Kosma Moczek 2021-12-31 03:47:36 +01:00
parent 2f3f2350b3
commit 42e4512781
1 changed files with 0 additions and 1 deletions

View File

@ -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.