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'))
}
relocate 'org.mcstats', 'com.plotsquared.stats'
archiveName = "${parent.name}-${project.name}-${parent.version}.jar"
archiveName = "${parent.name}-${project.name}.jar"
destinationDir = file '../target'
}
shadowJar.doLast {

View File

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

View File

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

View File

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