Skip to content

Commit 0126fcd

Browse files
committed
Fix output folder (whoops)
1 parent 8a41b87 commit 0126fcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BlueMapBukkit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
}
2222

2323
build.dependsOn shadowJar {
24-
destinationDir = file '../build/supported'
24+
destinationDir = file '../build/release'
2525
archiveFileName = "BlueMap-${version}-bukkit.jar"
2626

2727
//relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math' //DON'T relocate this, because the API depends on it

BlueMapForge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
}
3434

3535
build.dependsOn shadowJar {
36-
destinationDir = file '../build/supported'
36+
destinationDir = file '../build/release'
3737
archiveFileName = "BlueMap-${version}-forge.jar"
3838

3939
configurations = [project.configurations.include]

0 commit comments

Comments
 (0)