Fix output folder (whoops)

This commit is contained in:
Blue (Lukas Rieger) 2020-08-16 22:19:25 +02:00
parent 8fe411c5f8
commit 54ac398712
2 changed files with 2 additions and 2 deletions

View File

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

View File

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