Fixes unlink failing if a parameter is provided
Fix plot unlinking not resetting the road biome
Fixes #888
This commit is contained in:
Jesse Boyd
2016-02-27 16:05:21 +11:00
parent c7870b617c
commit f68042bc11
10 changed files with 50 additions and 59 deletions

View File

@ -18,14 +18,14 @@ processResources {
}
apply plugin: 'com.github.johnrengelman.shadow'
// We only want the shadow jar produced
jar.enabled = false
shadowJar {
dependencies {
include(dependency(':Core'))
}
archiveName = "${parent.name}-${project.name}-${parent.version}.jar"
}
shadowJar.doLast {
task ->
ant.checksum file: task.archivePath