mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 02:26:00 +01:00
Dont relocate API dependencies
This commit is contained in:
parent
cd2b9ec650
commit
4d202ca094
@ -1 +1 @@
|
||||
Subproject commit eeb0c99c8bee69513ec8b25bb2dea8a3370f7423
|
||||
Subproject commit 62855e319f80987e797cbef4716a62b322c9216e
|
@ -24,7 +24,7 @@ build.dependsOn shadowJar {
|
||||
destinationDir = file '../build/release'
|
||||
archiveFileName = "BlueMap-${version}-bukkit.jar"
|
||||
|
||||
relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math'
|
||||
//relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math' //DON'T relocate this, because the API depends on it
|
||||
relocate 'com.typesafe.config', 'de.bluecolored.shadow.typesafe.config'
|
||||
relocate 'net.querz.nbt', 'de.bluecolored.shadow.querz.nbt'
|
||||
relocate 'ninja.leaping.configurate', 'de.bluecolored.shadow.ninja.leaping.configurate'
|
||||
|
@ -13,7 +13,7 @@ build.dependsOn shadowJar {
|
||||
destinationDir = file '../build/release'
|
||||
archiveFileName = "BlueMap-${version}-cli.jar"
|
||||
|
||||
relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math'
|
||||
//relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math' //DON'T relocate this, because the API depends on it
|
||||
relocate 'com.google.common', 'de.bluecolored.shadow.google.common'
|
||||
relocate 'com.google.gson', 'de.bluecolored.shadow.google.gson'
|
||||
relocate 'com.google.thirdparty', 'de.bluecolored.shadow.google.thirdparty'
|
||||
|
@ -37,7 +37,7 @@ build.dependsOn shadowJar {
|
||||
|
||||
configurations = [project.configurations.include]
|
||||
|
||||
relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math'
|
||||
//relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math' //DON'T relocate this, because the API depends on it
|
||||
relocate 'com.typesafe.config', 'de.bluecolored.shadow.typesafe.config'
|
||||
relocate 'net.querz.nbt', 'de.bluecolored.shadow.querz.nbt'
|
||||
relocate 'ninja.leaping.configurate', 'de.bluecolored.shadow.ninja.leaping.configurate'
|
||||
|
Loading…
Reference in New Issue
Block a user