mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-01-20 23:31:21 +01:00
Fix output folder (whoops)
This commit is contained in:
parent
8fe411c5f8
commit
54ac398712
@ -21,7 +21,7 @@ dependencies {
|
||||
}
|
||||
|
||||
build.dependsOn shadowJar {
|
||||
destinationDir = file '../build/supported'
|
||||
destinationDir = file '../build/release'
|
||||
archiveFileName = "BlueMap-${version}-bukkit.jar"
|
||||
|
||||
//relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math' //DON'T relocate this, because the API depends on it
|
||||
|
@ -33,7 +33,7 @@ dependencies {
|
||||
}
|
||||
|
||||
build.dependsOn shadowJar {
|
||||
destinationDir = file '../build/supported'
|
||||
destinationDir = file '../build/release'
|
||||
archiveFileName = "BlueMap-${version}-forge.jar"
|
||||
|
||||
configurations = [project.configurations.include]
|
||||
|
Loading…
Reference in New Issue
Block a user