All versions are unsupported on base branch

This commit is contained in:
Blue (Lukas Rieger) 2020-08-15 13:55:21 +02:00
parent 9e5d6cb15d
commit 51e94f7c25
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ dependencies {
}
build.dependsOn shadowJar {
destinationDir = file '../build/release'
destinationDir = file '../build/unsupported'
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/release'
destinationDir = file '../build/unsupported'
archiveFileName = "BlueMap-${version}-forge.jar"
configurations = [project.configurations.include]