fabric-*: remove dependency on DynmapCoreAPI (duplicate classes error)

This commit is contained in:
Kosma Moczek 2021-06-27 16:14:43 +02:00
parent 02ec59b72d
commit 48f4ccaf82
5 changed files with 0 additions and 5 deletions

View File

@ -33,7 +33,6 @@ dependencies {
compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
shadow project(path: ':DynmapCoreAPI', configuration: 'shadow')
shadow project(path: ':DynmapCore', configuration: 'shadow')
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.

View File

@ -33,7 +33,6 @@ dependencies {
compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
shadow project(path: ':DynmapCoreAPI', configuration: 'shadow')
shadow project(path: ':DynmapCore', configuration: 'shadow')
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.

View File

@ -33,7 +33,6 @@ dependencies {
compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
shadow project(path: ':DynmapCoreAPI', configuration: 'shadow')
shadow project(path: ':DynmapCore', configuration: 'shadow')
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.

View File

@ -33,7 +33,6 @@ dependencies {
compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
shadow project(path: ':DynmapCoreAPI', configuration: 'shadow')
shadow project(path: ':DynmapCore', configuration: 'shadow')
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.

View File

@ -33,7 +33,6 @@ dependencies {
compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
shadow project(path: ':DynmapCoreAPI', configuration: 'shadow')
shadow project(path: ':DynmapCore', configuration: 'shadow')
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.