mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-08 03:40:43 +01:00
d0b5dab2a0
Rename Favs jar and print error on failed load LocalSession history on disk size limit per player (in MB) Possible fix for ForgeEssentials incompatibility
17 lines
428 B
Groovy
17 lines
428 B
Groovy
dependencies {
|
|
compile project(':bukkit0')
|
|
compile 'org.bukkit.craftbukkit:CraftBukkit:1.8.8'
|
|
}
|
|
|
|
processResources {
|
|
from('src/main/resources') {
|
|
include 'plugin.yml'
|
|
expand(
|
|
name: project.parent.name,
|
|
version: project.parent.version
|
|
)
|
|
}
|
|
}
|
|
|
|
jar.destinationDir = file '../target'
|
|
jar.archiveName = "FastAsyncVoxelSniper-${project.name}-${parent.version}.jar" |