mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 13:45:36 +01:00
Remove version from build
This commit is contained in:
parent
b546a75e00
commit
2012d56900
@ -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 {
|
||||||
|
@ -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]
|
||||||
|
@ -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'
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user