mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-01-04 07:28:17 +01:00
Closes #698
This commit is contained in:
parent
891f50a7c7
commit
2f344e29ce
@ -14,3 +14,6 @@ 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