Skip to content

Commit 4d202ca

Browse files
committed
Dont relocate API dependencies
1 parent cd2b9ec commit 4d202ca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

BlueMapAPI

BlueMapBukkit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build.dependsOn shadowJar {
2424
destinationDir = file '../build/release'
2525
archiveFileName = "BlueMap-${version}-bukkit.jar"
2626

27-
relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math'
27+
//relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math' //DON'T relocate this, because the API depends on it
2828
relocate 'com.typesafe.config', 'de.bluecolored.shadow.typesafe.config'
2929
relocate 'net.querz.nbt', 'de.bluecolored.shadow.querz.nbt'
3030
relocate 'ninja.leaping.configurate', 'de.bluecolored.shadow.ninja.leaping.configurate'

BlueMapCLI/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build.dependsOn shadowJar {
1313
destinationDir = file '../build/release'
1414
archiveFileName = "BlueMap-${version}-cli.jar"
1515

16-
relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math'
16+
//relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math' //DON'T relocate this, because the API depends on it
1717
relocate 'com.google.common', 'de.bluecolored.shadow.google.common'
1818
relocate 'com.google.gson', 'de.bluecolored.shadow.google.gson'
1919
relocate 'com.google.thirdparty', 'de.bluecolored.shadow.google.thirdparty'

BlueMapForge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ build.dependsOn shadowJar {
3737

3838
configurations = [project.configurations.include]
3939

40-
relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math'
40+
//relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math' //DON'T relocate this, because the API depends on it
4141
relocate 'com.typesafe.config', 'de.bluecolored.shadow.typesafe.config'
4242
relocate 'net.querz.nbt', 'de.bluecolored.shadow.querz.nbt'
4343
relocate 'ninja.leaping.configurate', 'de.bluecolored.shadow.ninja.leaping.configurate'

0 commit comments

Comments
 (0)