Remove version from build

This commit is contained in:
Jesse Boyd 2016-04-15 03:27:50 +10:00
parent b546a75e00
commit 2012d56900
4 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ shadowJar {
include(dependency('org.mcstats.bukkit:metrics:R7')) include(dependency('org.mcstats.bukkit:metrics:R7'))
} }
relocate 'org.mcstats', 'com.plotsquared.stats' relocate 'org.mcstats', 'com.plotsquared.stats'
archiveName = "${parent.name}-${project.name}-${parent.version}.jar" archiveName = "${parent.name}-${project.name}.jar"
destinationDir = file '../target' destinationDir = file '../target'
} }
shadowJar.doLast { shadowJar.doLast {

View File

@ -1,6 +1,6 @@
name: FastAsyncWorldEdit name: FastAsyncWorldEdit
main: com.boydti.fawe.bukkit.FaweBukkit main: com.boydti.fawe.bukkit.FaweBukkit
version: 3.3.10 version: 3.3.11
description: Fast Async WorldEdit plugin description: Fast Async WorldEdit plugin
authors: [Empire92] authors: [Empire92]
loadbefore: [WorldEdit] loadbefore: [WorldEdit]

View File

@ -8,5 +8,5 @@ dependencies {
sourceCompatibility = 1.7 sourceCompatibility = 1.7
targetCompatibility = 1.7 targetCompatibility = 1.7
jar.archiveName="FastAsyncWorldEdit-API-${parent.version}.jar" jar.archiveName="FastAsyncWorldEdit-API.jar"
jar.destinationDir = file '../target' jar.destinationDir = file '../target'

View File

@ -61,7 +61,7 @@ shadowJar {
include(dependency('org.mcstats.sponge:metrics:R8-SNAPSHOT')) include(dependency('org.mcstats.sponge:metrics:R8-SNAPSHOT'))
} }
relocate 'org.mcstats', 'com.boydti.fawe.stats' relocate 'org.mcstats', 'com.boydti.fawe.stats'
archiveName = "${parent.name}-${project.name}-${parent.version}.jar" archiveName = "${parent.name}-${project.name}.jar"
destinationDir = file '../target' destinationDir = file '../target'
} }
shadowJar.doLast { shadowJar.doLast {