mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-25 01:57:53 +01:00
fabric-*: remove dependency on DynmapCoreAPI (duplicate classes error)
This commit is contained in:
parent
02ec59b72d
commit
48f4ccaf82
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user