Dont relocate API dependencies

This commit is contained in:
Blue (Lukas Rieger) 2020-04-20 13:49:56 +02:00
parent cd2b9ec650
commit 4d202ca094
4 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit eeb0c99c8bee69513ec8b25bb2dea8a3370f7423
Subproject commit 62855e319f80987e797cbef4716a62b322c9216e

View File

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

View File

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

View File

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