This commit is contained in:
Jesse Boyd 2016-08-07 17:16:34 +10:00
parent 16ac206e70
commit 9808118764
1 changed files with 2 additions and 13 deletions

View File

@ -13,16 +13,5 @@ processResources {
}
}
apply plugin: 'com.github.johnrengelman.shadow'
// We only want the shadow jar produced
jar.enabled = false
shadowJar {
archiveName = "FastAsyncVoxelSniper-${project.name}-${parent.version}.jar"
destinationDir = file '../target'
}
shadowJar.doLast {
task ->
ant.checksum file: task.archivePath
}
build.dependsOn(shadowJar);
jar.destinationDir = file '../target'
jar.archiveName = "${parent.name}-${project.name}-${parent.version}.jar"