Update buildscripts

This commit is contained in:
Blue (Lukas Rieger) 2020-08-25 15:18:44 +02:00
parent 76ecb75e73
commit 4819352411
7 changed files with 8 additions and 10 deletions

View File

@ -23,7 +23,7 @@ dependencies {
build.dependsOn shadowJar {
destinationDir = file '../build/release'
archiveFileName = "BlueMap-${version}-spigot.jar"
archiveFileName = "BlueMap-${version}-spigot-1.16.2.jar"
//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'

View File

@ -10,7 +10,7 @@ jar {
}
build.dependsOn shadowJar {
destinationDir = file '../build/unsupported'
destinationDir = file '../build/release'
archiveFileName = "BlueMap-${version}-cli.jar"
//relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math' //DON'T relocate this, because the API depends on it

View File

@ -55,7 +55,7 @@ task ramappedShadowJar(type: RemapJarTask) {
dependsOn tasks.shadowJar
input = tasks.shadowJar.archivePath
addNestedDependencies = true
archiveName = "BlueMap-${version}-fabric.jar"
archiveName = "BlueMap-${version}-fabric-1.16.2.jar"
}
build.dependsOn ramappedShadowJar

View File

@ -34,7 +34,7 @@ dependencies {
build.dependsOn shadowJar {
destinationDir = file '../build/release'
archiveFileName = "BlueMap-${version}-forge.jar"
archiveFileName = "BlueMap-${version}-forge-1.16.2.jar"
configurations = [project.configurations.include]

View File

@ -16,8 +16,8 @@ dependencies {
}
build.dependsOn shadowJar {
destinationDir = file '../build/unsupported'
archiveFileName = "BlueMap-${version}-sponge.jar"
destinationDir = file '../build/release'
archiveFileName = "BlueMap-${version}-sponge-7.2.0.jar"
relocate 'net.querz.nbt', 'de.bluecolored.shadow.querz.nbt'
relocate 'org.apache.commons.io', 'de.bluecolored.shadow.apache.commons.io'

View File

@ -41,7 +41,7 @@ allprojects {
apply plugin: 'java'
group = 'de.bluecolored.bluemap'
version = coreVersion + '-' + targetVersion
version = coreVersion
apply plugin: 'license'
license {

View File

@ -1,6 +1,4 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
coreVersion=0.11.0
targetVersion=mc1.16
coreVersion=1.0.0-RC1