This commit is contained in:
Jesse Boyd 2017-08-18 01:00:48 +10:00
parent 891f50a7c7
commit 2f344e29ce
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 4 additions and 1 deletions

View File

@ -13,4 +13,7 @@ processResources {
}
jar.destinationDir = file '../target'
jar.archiveName = "FastAsyncVoxelSniper-${project.name}-${parent.version}.jar"
jar.archiveName = "FastAsyncVoxelSniper-${project.name}-${parent.version}.jar"
jar.doLast { task ->
ant.checksum file: task.archivePath
}