Closes #698
This commit is contained in:
parent
891f50a7c7
commit
2f344e29ce
@ -13,4 +13,7 @@ processResources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
jar.destinationDir = file '../target'
|
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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user