Closes #698
This commit is contained in:
parent
891f50a7c7
commit
2f344e29ce
@ -14,3 +14,6 @@ processResources {
|
||||
|
||||
jar.destinationDir = file '../target'
|
||||
jar.archiveName = "FastAsyncVoxelSniper-${project.name}-${parent.version}.jar"
|
||||
jar.doLast { task ->
|
||||
ant.checksum file: task.archivePath
|
||||
}
|
Loading…
Reference in New Issue
Block a user